Search code examples
iosuiviewcontrolleruinavigationcontrollerpopviewcontrolleranimated

Navigation bar disappears faster than view


I have 2 view controllers, View controller 1 doesn't have navigation bar but view controller 2 has navigation bar. When popping from view controller 2 to view controller 1 the navigation bar disappears faster than the view. What could be a solution to this. Please help.


Solution

  • You have to use [self.navigationController setNavigationBarHidden:NO animated:YES]