是否可以在滚动视图中实现“拉动刷新”。
问问题
7762 次
3 回答
7
谢谢。这些链接帮助了我。
https://github.com/leah/PullToRefresh
http://mt.gomiso.com/2012/03/22/yet-another-pull-to-refresh-library/
于 2012-10-11T09:54:37.877 回答
6
于 2012-10-11T09:35:07.517 回答
1
请尝试使用滚动视图https://github.com/enormego/EGOTableViewPullRefresh;我相信以最小的机会去是好的。
还请查看http://www.altinkonline.nl/tutorials/xcode/uitableview/pull-down-to-refresh/这是非常好的分步指南,可帮助您构建所需的内容。只需在该分步指南中将 UITableViewController 替换为 UIscrollview 即可,您将拥有好东西。
希望能帮助到你。吉格尔
于 2012-10-11T09:55:41.003 回答