PullToRefresh
«A simple iPhone TableViewController for adding pull-to-refresh functionality
Attention: As of iOS 6.0, there is a UIRefreshControl object that makes adding pull-to-refresh functionality super easy. If you only need to support iOS 6.0 and later, I’d recommend using UIRefreshControl instead.»
Esta Librería permite añadir la funcionalidad de pull-to-refresh a una vista.
ATENCIÓN: A partir de iOS6 existe el objeto UIRefreshControl, que realiza la misma acción.