Skip to content

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

License

Notifications You must be signed in to change notification settings

hishboy/PullToRefresh

 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%