i have used simple listing of data using List. I would like to add pull down to refresh functionality but i am not sure which is the best possible approach. Pu
I have a plain UITableViewController embedded in a UINavigationController which prefers large titles. I added a refresh control to my table view controller. On
I am implementing a very basic Refresh control... var refreshControl = UIRefreshControl() refreshControl.addTarget(self, action: Selector(("refresh:"))