SVPullToRefresh icon indicating copy to clipboard operation
SVPullToRefresh copied to clipboard

I think there's a bug need to fix

Open nick5683 opened this issue 9 years ago • 2 comments

当数据不能填充整个表格时,下拉刷新的时候会先调用加载更多功能

[_tableView addInfiniteScrollingWithActionHandler:^{ [weakSelf method]; }];

然后再调用 [_tableView addPullToRefreshWithActionHandler:^{ [weakSelf method]; }]; 这样程序会崩溃

nick5683 avatar Mar 30 '16 11:03 nick5683

我也发现这个问题,SVPullToRefresh没人维护?

tangbinqi avatar Aug 12 '16 11:08 tangbinqi

https://github.com/LawrenceHan/SVPullToRefresh

LawrenceHan avatar Nov 22 '16 09:11 LawrenceHan