REFrostedViewController
REFrostedViewController copied to clipboard
iOS 7/8 style blurred view controller that appears on top of your view controller.
Hello, great Sir romaonthego! **First**, thanks for your work and please forgive me about my terrible Englis ! **I** used this project in my App and it bring me much...

How to pangesture working in mapview of gsm map. I can't swipe to show Left Menu in map view Thanks for watching :)
if user swipes left menu screen toward the right side then left menu screen covers the whole screen.
Hi @romaonthego I have been using your SDK in my old Objective-C project , i have integrated it successfully and working fine . Currently i am facing one issue with...
UINavigationController *mainNC = [[UINavigationController alloc] init]; mainNC.viewControllers = @[someController]; I instantiate REFrostedViewController with mainNC as contentViewController property: REFrostedViewController *reFrostedVC = [[REFrostedViewController alloc] init]; reFrostedVC.contentViewController = mainNC; reFrostedVC.menuViewController = ...; Everything...
I am looking for swift 4 version of this lib, do you have it?
Added a new method to make the animation duration dynamic, based on the user's drag speed.
When I try to get topmost controller it always return REFRostedViewController ,but I need to find topmost controller from its child viewController .
I have this delegate method ``` - (void)frostedViewController:(REFrostedViewController *)frostedViewController willHideMenuViewController:(UIViewController *)menuViewControllerg { [frostedViewController.contentViewController viewWillAppear:YES]; } ``` viewWillAppear only works after 2x open and close of sidenav. im calling this to...
I did not find panGestureEnabled in the REFrostedViewController file, how to disable the skid menu