Commit ba4a0c46 by Daniel Dahan

added clipping for SideViewController

parent 76b54ae7
...@@ -313,6 +313,7 @@ public class SideNavigationViewController: UIViewController, UIGestureRecognizer ...@@ -313,6 +313,7 @@ public class SideNavigationViewController: UIViewController, UIGestureRecognizer
self.sideView.zPosition = 1000 self.sideView.zPosition = 1000
} }
sideViewController.view.clipsToBounds = true
prepareViewControllerWithinContainer(sideViewController, container: sideView) prepareViewControllerWithinContainer(sideViewController, container: sideView)
// gestures // gestures
......
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