Below is a snippet of code for those who would like to take advice from the accepted answer, but donβt know how to do it :)
[self.navigationController setNavigationBarHidden:YES animated:YES]; [UIView transitionWithView:self.view duration:UINavigationControllerHideShowBarDuration options:UIViewAnimationOptionCurveLinear animations:^ { } completion:^(BOOL finished) { }];
banDedo
source share