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

Content Insets #26

Open leoncfu opened 12 years ago

leoncfu commented 12 years ago

I noticed this wipes out any content insets that existed on the table. Could this be modified to preserve them?

leah commented 12 years ago

I assume you could just alter and restore the original content insets? You'll have to modify the code, but that's okay.

On Thursday, August 30, 2012 at 11:23 AM, leoncfu wrote:

I noticed this wipes out any content insets that existed on the table. Could this be modified to preserve them?

— Reply to this email directly or view it on GitHub (https://github.com/leah/PullToRefresh/issues/26).