Closed dhiraj closed 10 years ago
If we add the following code in STKWebKitViewController
STKWebKitViewController
- (BOOL) prefersStatusBarHidden{ return self.navigationController.navigationBarHidden; } - (UIStatusBarAnimation) preferredStatusBarUpdateAnimation{ return UIStatusBarAnimationSlide; }
then navigation controllers that have hidesBarsOnSwipe set to YES work cleanly and automagically.
hidesBarsOnSwipe
YES
Thanks! This is available in Version 0.1.6.
If we add the following code in
STKWebKitViewController
then navigation controllers that have
hidesBarsOnSwipe
set toYES
work cleanly and automagically.