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

changeMainViewController with animation #159

Open MaxCavalheiro opened 8 years ago

MaxCavalheiro commented 8 years ago

Can i use changeMainViewController with animation? To do transition between UIViewControllers

rcobelli commented 8 years ago

I created a pull request for this #177

DanielBalsalobre commented 7 years ago

I need this too, i also tried rcobelli code but crash on line animationWidth = -mainViewController.view.frame.size.width

We need to do some fade in animation because transition from one vc to other is "robotic"

Thanks