aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

How do you close leftMenu immediately #246

Open coolcool1994 opened 7 years ago

coolcool1994 commented 7 years ago

I am aware of " [[SlideNavigationController sharedInstance] closeMenuWithCompletion:^{};]" method

But is there a way you can close it immediately without an animation?