MMDrawerController
MMDrawerController copied to clipboard
how to go back directly?
trafficstars
I m in home viewcontroller than open side menu,open another viewcontroller than i want to back on home viewcontroller without open menu
If you're in the same navigation controller stack, you can simply go back by calling, popToViewController or popToRootViewController method of your navigation controller.