I have a UITableViewController on which I set a backgroundView. This controller has a UIRefreshControl installed. The problem is that when I set a background view, the refresh c
This issue is easily fixed by not using the self.refreshControl property on the UITableViewController, instead create you own property for it and it will work just fine.