Hide status bar and home indicator on tap
This commit is contained in:
parent
0c97096211
commit
264881f9b0
|
@ -41,6 +41,10 @@ class ImagePageViewController: UIPageViewController {
|
|||
self,
|
||||
action: #selector(toggleDescriptionVisibility))
|
||||
}
|
||||
|
||||
override var prefersStatusBarHidden: Bool { true }
|
||||
|
||||
override var prefersHomeIndicatorAutoHidden: Bool { navigationController?.isNavigationBarHidden ?? false }
|
||||
}
|
||||
|
||||
extension ImagePageViewController {
|
||||
|
|
Loading…
Reference in New Issue