Im trying port my app to iOS7, but my custom TableViewController is showing the last row (cell) under the TabBar :(
iOS7
TableViewController
TabBar
Im searchi
I solved my problem now, changing my BaseTableViewController to inherit from UIViewController to UITableViewController.
But using a TableView inside a UIViewController is not solved :(
Thanks.