ArjunSa786

Results 3 issues of ArjunSa786

its showing error ![screen shot 2016-09-25 at 4 12 19 pm](https://cloud.githubusercontent.com/assets/10627749/18814786/f462a0a8-833a-11e6-84e5-46c82a42bc6a.png)

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