dekatotoro / SlideMenuControllerSwift

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
MIT License
3.4k stars 754 forks source link

"Slide" in the main view controller #69

Open sayakb opened 9 years ago

sayakb commented 9 years ago

First of all, thank you for the awesome library. Saved me tons of effort.

I'm wondering if there's an easy way of adding a "slide from right" or "slide from left" animation to the main view controller (I am currently using changeMainViewController to navigate between screens). Or is my only option to add the animation to the slideMenuController's code directly?

deya-eldeen commented 8 years ago

sayakb, i second you voice, i wish someone adds this feature.

abhinavnair commented 8 years ago

Yes currently, there is no animation in changeMainViewController. If we are switching from the Left Menu, then because the left menu slides back animated, it looks fine. But if we want to directly switch from any MainController, it is just an instantaneous view change.

rcobelli commented 8 years ago

I added a pull request for this #177