Commit f80636ed by Nataniel Martin

Fix In-Call status Bar bug

parent 7820bede
...@@ -762,6 +762,7 @@ public class SideNavigationController : UIViewController, UIGestureRecognizerDel ...@@ -762,6 +762,7 @@ public class SideNavigationController : UIViewController, UIGestureRecognizerDel
/// A method that prepares the rootViewController. /// A method that prepares the rootViewController.
private func prepareRootViewController() { private func prepareRootViewController() {
rootViewController.view.clipsToBounds = true rootViewController.view.clipsToBounds = true
rootViewController.view.frame = view.bounds
rootViewController.view.autoresizingMask = [.FlexibleWidth, .FlexibleHeight] rootViewController.view.autoresizingMask = [.FlexibleWidth, .FlexibleHeight]
prepareViewControllerWithinContainer(rootViewController, container: view) prepareViewControllerWithinContainer(rootViewController, container: view)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment