thiagoperes / IDMPhotoBrowser

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more
MIT License
2.71k stars 641 forks source link

ForceHideStatusBar property doesn't work #295

Open huangxu510 opened 6 years ago

huangxu510 commented 6 years ago

ForceHideStatusBar property doesn't work, iOS11.3

Viktorianec commented 6 years ago

You could try: UIViewControllerBasedStatusBarAppearance to YES.

JCCP3 commented 6 years ago

1.choose info.plist->View controller-based status bar appearance set is YES or delete it then you can control statusBar hidden independent 2.if you set info.plist->View controller-based status bar appearance is NO statusBarHidden is global control