Hide the navigation bar pit

If the previous interface does not return when the sliding navigation bar, there is no navigation bar up

 

⚠️ Note Setting Animated
`[self.navigationController setNavigationBarHidden: shouldHidden Animated: YES];`
do not directly

`self.navigationController.navigationBar.hidden = YES;`

Guess you like

Origin www.cnblogs.com/dev1024/p/9633845.html