Skip to content
 
 

Repository files navigation

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!

About

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

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages