liangdrime/SwipeTableView

下拉刷新的过程中左右滑动的一些问题请教一下下

Closed this issue · 1 comments

下拉刷新控件:MJRefresh

1、下拉刷新的过程中左右滑动,没有刷新的TableView顶部会有空白。

2、下拉刷新的过程中点击segmentBar,调用scrollToItemAtIndex:animated 方法 animated :YES 顶部空白不消失,轻触页面自动还原。(animated:NO 没有问题)

3、下拉刷新的过程中点击segmentBar,调用scrollToItemAtIndex:animated 方法偶发页面空白。(感觉像是UI飞了)

3、使用了第三方的导航自定义,然后页面滑动返回失效,求解决办法。(如:HBDNavigationBar)

image

image

复现方式:
下拉刷新断点:

  • (void)adjustItemViewContentOffset:(UIScrollView *)itemView atIndex:(NSInteger)index fromLastItemView:(UIScrollView *)lastItemView lastIndex:(NSInteger)lastIndex
    方法,必空白。

这里可能我不理解,仅供大神参考一下下。

image

希望大神看到了。帮下 @Roylee-ML