iOS- navigate From AppDelegate to certain item in slidemenu
问题 I use swrevealviewcontroller to add slide menu to my app , Let consider we have menu like this one in pic I need navigate from My appDelegate to any item in menu (ex:Map View Controller ) my tries : in my appDelegate.m UIStoryboard *storyboard =[UIStoryboard storyboardWithName:@"Main" bundle:nil]; InforView *school_view = [storyboard instantiateViewControllerWithIdentifier:@"info_view"]; [self.window makeKeyAndVisible]; [self.window.rootViewController presentViewController:school_view