Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.32 KB

README.markdown

File metadata and controls

34 lines (18 loc) · 1.32 KB

HBPullToRefreshTableViewController

A simple iPhone TableViewController for adding pull-to-refresh functionality. This fork allows for custom PullToRefresh UIView.

Inspired by:

  1. Tweetie 2

  2. Oliver Drobnik's blog post

  3. EGOTableViewPullRefresh

  4. Leah Culver's PullRefreshTableViewController

How to install:

  1. Copy all the files under HBPullToRefreshTableViewController to your project.

  2. Link against the QuartzCore framework (used for rotating the arrow image).

  3. Create a TableViewController that is a subclass of HBPullToRefreshTableViewController.

  4. 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!