MMDrawerController icon indicating copy to clipboard operation
MMDrawerController copied to clipboard

how to go back directly?

Open GopalPatel1989 opened this issue 9 years ago • 1 comments
trafficstars

I m in home viewcontroller than open side menu,open another viewcontroller than i want to back on home viewcontroller without open menu

GopalPatel1989 avatar Sep 05 '16 07:09 GopalPatel1989

If you're in the same navigation controller stack, you can simply go back by calling, popToViewController or popToRootViewController method of your navigation controller.

hemangshah avatar Sep 15 '16 18:09 hemangshah