Subclass of UIViewController that mimics the UITableViewController except that the tableView is a subview of self.view (as opposed to the view itself). Also allow changes in the frame of the tableView and other subviews to self.view
(See the demo project included)
GCTableViewController is a drop-in replacement of UITableViewController. You use it exactly like UITableViewController except for the specific adventages.