如何通过UITableView(组件)扩展“Pull to refresh”来创建泛型类

时间:2012-06-28 17:49:49

标签: objective-c ios xcode

我有一个带有UITableView组件的UIView,我想创建一个带有“Pull to refresh”方法的类,然后将其用于我拥有的所有表视图。我该怎么做?

1 个答案:

答案 0 :(得分:0)

有一些项目实现了pull to refresh机制。你应该看看它们。

示例:

https://github.com/leah/PullToRefresh

https://github.com/enormego/EGOTableViewPullRefresh/