How do you do a foursquare style uitableview refresh?
Posted
by nickthedude
on Stack Overflow
See other posts from Stack Overflow
or by nickthedude
Published on 2010-05-20T07:25:07Z
Indexed on
2010/05/20
7:30 UTC
Read the original article
Hit count: 342
If you haven't seen their implementation Of the refresh of a tableview it is extremely slick. I was surprised to see no search results asking for this to be explained so I figured ask it myself.
If you haven't seen it, it basically adds a subviews to the uitableview above the header to the blank part of the screen when you pull a uitableview view down farther than it has data to display. Sorry if that doesn't make sense but just download the app and you will immediately want to do it too.
Just wondering how they did it?
© Stack Overflow or respective owner