https://github.com/343max/tabulatabs-ios
https://github.com/343max/tabulatabs-ios
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/343max/tabulatabs-ios
- Owner: 343max
- Created: 2012-02-12T19:06:57.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-14T22:00:09.000Z (over 13 years ago)
- Last Synced: 2025-03-30T01:46:26.648Z (12 months ago)
- Language: Objective-C
- Homepage:
- Size: 12.5 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
PullToRefresh
A simple iPhone TableViewController for adding pull-to-refresh functionality.




Inspired by [Tweetie 2](http://www.atebits.com/tweetie-iphone/), [Oliver Drobnik's blog post](http://www.drobnik.com/touch/2009/12/how-to-make-a-pull-to-reload-tableview-just-like-tweetie-2/)
and [EGOTableViewPullRefresh](http://github.com/enormego/EGOTableViewPullRefresh).
How to intall
1. Copy the files, [PullRefreshTableViewController.h](https://raw.github.com/leah/PullToRefresh/master/Classes/PullRefreshTableViewController.h),
[PullRefreshTableViewController.m](https://raw.github.com/leah/PullToRefresh/master/Classes/PullRefreshTableViewController.m),
and [arrow.png](http://github.com/leah/PullToRefresh/raw/master/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!