Prevents controller view from appearing when peeking EmulationViewController in landscape
This commit is contained in:
parent
01b255c981
commit
6a2b2164be
@ -126,6 +126,8 @@ class EmulationViewController: UIViewController
|
|||||||
{
|
{
|
||||||
self.controllerViewHeightConstraint.constant = 0
|
self.controllerViewHeightConstraint.constant = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.controllerView.hidden = self.isPreviewing
|
||||||
}
|
}
|
||||||
|
|
||||||
override func prefersStatusBarHidden() -> Bool
|
override func prefersStatusBarHidden() -> Bool
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user