CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by .
A simple iPhone TableViewController for adding pull-to-refresh functionality.
Inspired by Tweetie 2, Oliver Drobnik's blog post and EGOTableViewPullRefresh.
How to intall
Copy the files, PullRefreshTableViewController.h, PullRefreshTableViewController.m, and arrow.png into your project.
Link against the QuartzCore framework (used for rotating the arrow image).
Create a TableViewController that is a subclass of PullRefreshTableViewController.
Customize by adding your own refresh() method.
Enjoy!