Pull to refresh with UIRefreshControl

Enable the refreshing in Storyboard.

Table view refreshing enabled

Then setup the refresh logic that tracks the UIControlEventValueChanged event.

1[self.refreshControl addTarget:self
2                            action:@selector(refreshNews:)
3                  forControlEvents:UIControlEventValueChanged];
overlaied image when clicked on thumbnail

Makzan | Ios dev scrapbook | Table of Content