aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

How the menu is not closed #225

Open kkokkokim14 opened 8 years ago

kkokkokim14 commented 8 years ago
  1. How the menu is not closed

LeftMenuViewController.m

vc = [mainStoryboard instantiateViewControllerWithIdentifier: @"TestViewController"]; [[SlideNavigationController sharedInstance] presentViewController:vc animated:YES completion:nil];

TestViewController.m

-(IBAction)actionBack:(id)sender{ [self dismissViewControllerAnimated:YES completion:nil]; }