iOS used in the drop-down refresh, pull-up loading more controls, open-source third-party framework a lot of, we can directly to use, others made the wheel we do not need to re-create, here are recommended several drop-down refresh, pull up load more controls
only the drop-down refreshes the :
First,Egotableviewpullrefresh This use is more troublesome, need to implement its various protocols, GitHub address is:https://github.com/enormego/ Egotableviewpullrefresh
This seems to have an extended pull-up load more and have time to fill up
Second, Pulltorefresh This is a little easier to use than ego, just inherit Pullrefreshtableviewcontroller, GitHub address:https://github.com/ Leah/pulltorefresh
There are drop-down refreshes and pull-up loads more:
One, Stableviewcontroller this has the pull-up load more features, need to inherit from Stableviewcontroller GitHub address is:https://github.com/shiki/ Stableviewcontroller
Second, Svpulltorefresh I prefer to use this, easy to use, can be used on Uiscrollview, including UITableView and Uicollectionview,github address:https:/ /github.com/samvermette/svpulltorefresh
Ios-adds a drop-down refresh to Uiscrollview (including UITableView, Uicollectionview that inherits it)-pull-up loads more