HBPullToRefreshTableViewController
A simple iPhone TableViewController for adding pull-to-refresh functionality. This fork allows for custom PullToRefresh UIView.
Inspired by:
How to install:
Copy all the files under HBPullToRefreshTableViewController to your project.
Link against the QuartzCore framework (used for rotating the arrow image).
Create a TableViewController that is a subclass of HBPullToRefreshTableViewController.
Create a custom UIView and add it to the new TableViewController created in step 3. (OR use the default HBDfaultPullToRefreshView UIView)
For more details please see DemoTableViewController and DemoPullToRefreshView.
Enjoy!



