Prevents controller view from appearing when peeking EmulationViewController in landscape

This commit is contained in:
Riley Testut 2016-05-16 17:43:21 -05:00
parent 01b255c981
commit 6a2b2164be

View File

@ -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