Hotboyksa / PullToRefresh

A simple iPhone TableViewController for adding pull-to-refresh functionality.

Home Page:http://blog.leahculver.com/2010/07/iphone-pull-to-refresh.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PullToRefresh

A simple iPhone TableViewController for adding pull-to-refresh functionality.

Inspired by Tweetie 2, Oliver Drobnik's blog post and EGOTableViewPullRefresh.

How to install

  1. Copy the files, PullRefreshTableViewController.h, PullRefreshTableViewController.m, and arrow.png into your project.

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

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

  4. Customize by adding your own refresh() method.

Enjoy!

About

A simple iPhone TableViewController for adding pull-to-refresh functionality.

http://blog.leahculver.com/2010/07/iphone-pull-to-refresh.html

License:MIT License