No navigation bar table view cell at the very top of the screen
A navigation bar appeared, but the table view does not move down, so the navigation bar crawls onto the tableViwCell and overlaps the key, you cannot read the contents
No navigation bar table view cell at the very top of the screen
A navigation bar appeared, but the table view does not move down, so the navigation bar crawls onto the tableViwCell and overlaps the key, you cannot read the contents
Add it to the controller
- (void)viewDidLoad { [super viewDidLoad]; self.edgesForExtendedLayout = UIRectEdgeNone; }
Source: https://ru.stackoverflow.com/questions/545986/
All Articles