I am implemented MMDrawerController for my application when I clicking in the leftView cell I need to navigate to another view controller as a new controller ,but if I am pushing the view controller its opening in the same left view only its not open as a new vc.
if I given presentviewcontroller. its not navigate to child view of my vc.
please help me .