[self blog]

iOS and Objective-C development

Adding Pull to Refresh Functionality to Your iPhone Application

You’ve probably seen those iPhone applications that refresh the content when you pull down on the TableView. I have found three libraries that you can use to implement this in your own apps:

Leah Culvers’s Pull to Refresh seems to be the most straight forward of the group.

Comments