You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check to see if menu is nil or not. Also how do you initialize the SlideNavigation controller?
If you do in storyboard it should be the starting point of the application.
If it's not the starting point of the application it means you need to wait until your application gets to that point before setting the LeftMenu, maybe detecting the load of SlideNavigationController using prepareForSegue
When I open the leftMenu, why is this View Black?
UIStoryboard * storyboard = [UIStoryboard storyboardWithName:@"Profe5" bundle:nil];
LeftTableViewController * menu = (LeftTableViewController *)[storyboard instantiateViewControllerWithIdentifier:@"LeftTableViewController"];
[SlideNavigationController sharedInstance].leftMenu = menu;
also I already have this Code
Somebody know why ?
Thank you for your answer
The text was updated successfully, but these errors were encountered: