How to add Pull To Refresh at app launch?
At app launch,the 开发者_如何学PythonUITableView automatic pull to refresh without any scroll.
Any tips or advices?
I added a pull-to-refresh by following: http://www.cocoanetics.com/2009/12/how-to-make-a-pull-to-reload-tableview-just-like-tweetie-2/. On app launch just manually call your refresh function.
There's a github project with a component that implements pull to refresh:
https://github.com/enormego/EGOTableViewPullRefresh
精彩评论