mutualmobile / MMDrawerController

A lightweight, easy to use, Side Drawer Navigation Controller
MIT License
6.76k stars 1.38k forks source link

Unable to use MMDrawerController in UIViewController #483

Open legendashish opened 7 years ago

legendashish commented 7 years ago

I tried to implement the controller in UIViewController's viewDidLoad,but it doesnot work. Kindly suggest!

[self.window setTintColor:tintColor]; [self.window setRootViewController:self.drawerController]; [self.drawerController toggleDrawerSide:MMDrawerSideLeft animated:YES completion:nil]; }

altagir commented 7 years ago

?? This should be done in AppDelegate not in the viewDidLoad of a given controller...

since anyway you are replacing the main window....