Commit fa7f1714 by Daniel Dahan

Merge pull request #312 from appstud/master

Fix In-Call status Bar bug
parents 7820bede f80636ed
......@@ -762,6 +762,7 @@ public class SideNavigationController : UIViewController, UIGestureRecognizerDel
/// A method that prepares the rootViewController.
private func prepareRootViewController() {
rootViewController.view.clipsToBounds = true
rootViewController.view.frame = view.bounds
rootViewController.view.autoresizingMask = [.FlexibleWidth, .FlexibleHeight]
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