Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black menu #26

Closed
thlbaut opened this issue Mar 18, 2014 · 4 comments
Closed

Black menu #26

thlbaut opened this issue Mar 18, 2014 · 4 comments

Comments

@thlbaut
Copy link

thlbaut commented Mar 18, 2014

Hello,

I don't know why, but my left menu doesn't appear, i have only a black background color.

Somebody know why ?

Thank you for your answer

@nullproduction
Copy link
Contributor

Hi. hard to say without code

@thlbaut
Copy link
Author

thlbaut commented Mar 18, 2014

I just forgot to uncomment this part of code on appdelegate :

UIStoryboard *mainStoryboard = [UIStoryboard storyboardWithName:@"Main" bundle: nil];

LeftMenuViewController leftMenu = (LeftMenuViewController)[mainStoryboard
instantiateViewControllerWithIdentifier:
@"LeftMenuViewController"];
[SlideNavigationController sharedInstance].leftMenu = leftMenu;

Shame on me !

@thlbaut thlbaut closed this as completed Mar 18, 2014
@klinkert0728
Copy link

I have the same problem, the black backgound color

UIStoryboard * storyboard = [UIStoryboard storyboardWithName:@"Profe5" bundle:nil];
LeftTableViewController * menu = (LeftTableViewController *)[storyboard instantiateViewControllerWithIdentifier:@"LeftTableViewController"];

[SlideNavigationController sharedInstance].leftMenu = menu;

Somebody know why ?

Thank you for your answer

@aryaxt
Copy link
Owner

aryaxt commented May 22, 2014

Take a look at this and let me know if it resolves your issue

#42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants