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
You could try sending the background to the back or the refresh control to the front. The refresh control is more than likely just sitting at index 0.