Ankahathara

Results 1 comments of Ankahathara

``` func panGestureRecognized(sender: UIPanGestureRecognizer) { self.view.endEditing(true) self.frostedViewController.view.endEditing(true) self.frostedViewController.panGestureRecognized(sender) self.frostedViewController.limitMenuViewSize = true } ``` This will disable the bounce effect in your menu view controller