Skip to content
forked from leah/PullToRefresh

An extension of Leah Culver's PullToRefresh - a simple iPhone TableViewController for adding pull-to-refresh functionality. This fork emulates Gowalla's animated, checkered loading UI, and updates the code to use ARC.

License

Notifications You must be signed in to change notification settings

Fedos/Pullwalla

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pullwalla

An extension of Leah Culver's PullToRefresh project which emulates the animated, checkered, pull-to-refresh bar in Gowalla's iPhone app. The project has also been updated to support ARC.

Inspired by Gowalla, Leah Culver.

How to intall

  1. Copy the files, PullRefreshTableViewController.h, PullRefreshTableViewController.m, ColorGrid.h, ColorGrid.m, ColorBlock.h, ColorBlock.m, Colors.plist, 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 setting your own colors in Colors.plist and by adding your own refresh() method.

Enjoy!

About

An extension of Leah Culver's PullToRefresh - a simple iPhone TableViewController for adding pull-to-refresh functionality. This fork emulates Gowalla's animated, checkered loading UI, and updates the code to use ARC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published