REFrostedViewController icon indicating copy to clipboard operation
REFrostedViewController copied to clipboard

Multiple menu

Open igorms-pro opened this issue 10 years ago • 0 comments

hey i duplicated the code for menuViewController for another menu but when i call this menu it 's always showing me the first menu....

Root.m :

  • (void)awakeFromNib { self.contentViewController = [self.storyboard instantiateViewControllerWithIdentifier:@"navigationController"]; self.menuViewController = [self.storyboard instantiateViewControllerWithIdentifier:@"menuTableController"]; self.panelViewController = [self.storyboard instantiateViewControllerWithIdentifier:@"panelTabBarController"]; }

Home.m : [self.frostedViewController presentPanelViewController];

igorms-pro avatar Aug 18 '15 19:08 igorms-pro