What all does UITableViewController get me that makes it actually useful? Is there any bonus is using it instead of just using a UIViewController for v
Well I do think both Retro and matt's answer are correct, from personal experience it is much easier and less "hackY" to use UITableViewController with UIRefreshControl, then trying to get UIRefreshControl work with UIViewController with a UITableView.