Open kuzevanoff opened 5 years ago
After switch centerviewcontroller from leftViewController (didSelectedRowAtIndexPath method) with this code:
ViewController *vc = [mainStoryboard instantiateViewControllerWithIdentifier:@"CenterViewController"]; if (vc) [appDelegate.drawerController setCenterViewController:vc withCloseAnimation:YES completion:nil]; break;
There are no more top bar buttons (button to open/close sidebar)
Why?
Thanks
After switch centerviewcontroller from leftViewController (didSelectedRowAtIndexPath method) with this code:
There are no more top bar buttons (button to open/close sidebar)
Why?
Thanks