I am trying to find an example of placing an element above the Table View outside the normal scrollable region. How would I do this? An example would be what the Tweetie 2 a
Here's an alternative to EGOTableViewPullRefresh:
http://blog.leahculver.com/2010/12/iphone-pull-to-refresh.html
Source available on github here:
https://github.com/leah/PullToRefresh
It's slightly easier to use from the developers point of view, though I did go with EGOTableViewPullRefresh in the end as I preferred how it looked.