REFrostedViewController
REFrostedViewController copied to clipboard
Multiple menu
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];