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
Try the following:
if ([self respondsToSelector:@selector(edgesForExtendedLayout)]) self.edgesForExtendedLayout = UIRectEdgeBottom;