Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个很好的例子来实现表格视图中的“上拉加载更多”功能。
我尝试使用DragRefreshAndLoadMore插件
但是演示示例是空的,我不知道如何完成代码。
如果有人知道怎么做,或者给我另一个好插件,我将不胜感激。
由于 iOS 6 有一个内置的类来做你想做的事:
https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIRefreshControl_class/Reference/Reference.html
你看过这个吗?