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

如果我数据加载完了,我想禁止上拉刷新,应该怎样操作? #12

Closed Terriermon closed 6 years ago

BeatsKitano commented 6 years ago

可以直接将footRefreshControl设置为nil self.tableView.footRefreshControl = nil;

hydyy commented 6 years ago

hide 掉 ok 吗?

BeatsKitano commented 6 years ago

该库内部暂时没有对hiden和透明度做处理。先置为nil才是可行的。

qingweiiOS commented 6 years ago

设置为nil后,又需要用的时候怎么处理呢

BeatsKitano commented 6 years ago

现已支持hiden隐藏。请更新0.9.3

qingweiiOS commented 6 years ago

好的3qy