sticksen / STKWebKitViewController

Usable UI around WKWebView
MIT License
147 stars 29 forks source link

Add support for navbar/toolbar auto-hiding #2

Closed dhiraj closed 10 years ago

dhiraj commented 10 years ago

If we add the following code in STKWebKitViewController

- (BOOL) prefersStatusBarHidden{
    return self.navigationController.navigationBarHidden;
}
- (UIStatusBarAnimation) preferredStatusBarUpdateAnimation{
    return UIStatusBarAnimationSlide;
}

then navigation controllers that have hidesBarsOnSwipe set to YES work cleanly and automagically.

sticksen commented 10 years ago

Thanks! This is available in Version 0.1.6.