I have set
NavigationController.NavigationBar.Translucent = true;
Then add table and set frame to RootView Frame, and:
Try this:
if([self respondsToSelector:@selector(edgesForExtendedLayout)]) { self.edgesForExtendedLayout = UIRectEdgeNone; self.automaticallyAdjustsScrollViewInsets = NO; }