ArjunSa786
ArjunSa786
its showing error 
When I use Fxblurview in pageview controller and set dynamic true. , it crash in [underlyingLayer renderInContext:context]. but it will happen in some times .
``` var storyboard:UIStoryboard = UIStoryboard(name: "Main", bundle: NSBundle.mainBundle()) sideMenuViewController?.contentViewController = UINavigationController(rootViewController: (storyboard.instantiateViewControllerWithIdentifier("NotificationViewController") as? NotificationViewController)!) sideMenuViewController?.hideMenuViewController() ``` its go to that view controller but all property and object it nill and...