kawoou / KWDrawerController

Drawer view controller that easy to use!
MIT License
157 stars 32 forks source link

No animation when replacing new controller to existing one in DrawerController #37

Open kuoliangkwong opened 5 years ago

kuoliangkwong commented 5 years ago

Hi,

I'm trying to change existing view controller by using setViewController(newController, for: .none) but it changes the controller without animation while the side menu is opened. Seems abit odd from user experience