-
Notifications
You must be signed in to change notification settings - Fork 118
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
Dynamic Menu get Content from Json #114
Comments
You should be able to do it. However I never did it. |
i got here an error // This is the segue you want visibile when the controller is loaded the first time out of index |
you have to disable the loading of the initial content view controller because you are downloading it with the json.
from your code |
hello again i have problem with this...... UIStoryboard *storyboard=[UIStoryboard storyboardWithName:@"MainStoryboard" bundle:[NSBundle mainBundle]];
and the output is: -[SASlideMenuRootViewController topViewController]: unrecognized selector sent to instance 0xa3762d0 when i use secondView.presentedViewController; the data never pass to MainMenu |
Any one Made it ? I want to download the menu on startup of app..
The text was updated successfully, but these errors were encountered: