- 可以自定义动画的上、下拉刷新,Demo效果类似大众点评的动画效果,动画是帧动画实现的 JHRefresh: https://github.com/Jiahai/JHRefresh
- 用法比较简单,同时支持TableView、CollectionView:详情见 github 连接 MJRefresh: https://github.com/CoderMJLee/MJRefresh
- 前面的上拉、下拉,这个可以左拉、右拉,好神奇的东西 AAPullToRefresh: https://github.com/r-plus/AAPullToRefresh
- 当小伙伴们上拉刷新时,这个的特色是支持点击自动加载 TMOTableView: https://github.com/duowan/TMOTableView
- 当然还有历史久远的。。。貌似元老级的东西。。。 EGOTableViewPullRefresh: https://github.com/enormego/EGOTableViewPullRefresh
- 当然还有系统的 UIRefreshControl 这个就自行百度使用方式吧,就几行代码。