是否可以实施"拉动刷新"在滚动视图中。
答案 0 :(得分:7)
感谢。这些链接帮助了我。
https://github.com/leah/PullToRefresh
http://mt.gomiso.com/2012/03/22/yet-another-pull-to-refresh-library/
答案 1 :(得分:6)
答案 2 :(得分:1)
请使用scrollview尝试https://github.com/enormego/EGOTableViewPullRefresh;我认为以最小的机会去做是件好事。
另请查看http://www.altinkonline.nl/tutorials/xcode/uitableview/pull-down-to-refresh/这是一个非常好的分步指南,可帮助您构建所需内容。只需在步骤指南中将UITableViewController替换为UIscrollview,您手中就会有很好的东西。
希望它有所帮助。 Jigar