leah / PullToRefresh

A simple iPhone TableViewController for adding pull-to-refresh functionality.
http://blog.leahculver.com/2010/07/iphone-pull-to-refresh.html
MIT License
1.91k stars 252 forks source link

added a couple things #9

Closed maddox closed 13 years ago

maddox commented 13 years ago

Made sure the frames were never subpixel'd.

Updated the gitignore.

The strings for the header view were previously being done in initWithStyle. This isn't always called. For example, if you're initing with a nib, or if its getting unarchived FROM a nib, in the case of a typical TabBarController app. Now it happens for everything.