标签: objective-c ios xcode
我有一个带有UITableView组件的UIView,我想创建一个带有“Pull to refresh”方法的类,然后将其用于我拥有的所有表视图。我该怎么做?
答案 0 :(得分:0)
有一些项目实现了pull to refresh机制。你应该看看它们。
示例:
https://github.com/leah/PullToRefresh
https://github.com/enormego/EGOTableViewPullRefresh/