BeatsKitano / KafkaRefresh

Animated, customizable, and flexible pull-to-refresh framework for faster and easier iOS development.
MIT License
1.21k stars 142 forks source link

上拉加载更多 #17

Closed luhuafei closed 6 years ago

luhuafei commented 6 years ago

上拉加载更多, 如果所有的数据都被加载完了, 怎样设置, "已经加载完毕", 类似mjrefresh的endRefreshingWithNoMoreData

BeatsKitano commented 6 years ago

谢谢。 这是一个很好的提议。 我会在今晚将这个功能加上。

luhuafei commented 6 years ago

大佬, 辛苦

BeatsKitano commented 6 years ago
BinBear commented 6 years ago

@xorshine (void)endRefreshingAndNoLongerRefreshingWithAlertText:(NSString *)text 这个API可以实现已经加载完毕了,可是当重新下拉刷新的时候,没法重置上拉的状态

BeatsKitano commented 6 years ago

重置?这个接口意思是数据全部加载完成且不再需要刷新功能。如果还需要刷新,调用其他接口

BeatsKitano commented 6 years ago
BinBear commented 6 years ago

@xorshine 当我上拉加载更多,已经加载了全部的数据,这个时候我不需要刷新功能了。可是我再次下拉刷新的时候,要重置上拉状态,这个时候上拉刷新已经被禁止,没法操作了

BinBear commented 6 years ago

@xorshine 就是类似MJ里面resetNoMoreData的操作

BeatsKitano commented 6 years ago

版本 1.0.2

HMWDavid commented 3 years ago

resumeRefreshAvailable 之后 UIActivityIndi​​catorView 好像没有隐藏