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

How I can set the Options #14

Open
ye4ever opened this issue May 2, 2017 · 2 comments
Open

How I can set the Options #14

ye4ever opened this issue May 2, 2017 · 2 comments

Comments

@ye4ever
Copy link

ye4ever commented May 2, 2017

How I can set the Options?


 UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(30, 140, 150, 400)]; 
 label.text = @"option1\n\noption2\n\noption3"; 
 [label setTextColor:[UIColor whiteColor]]; 
 [label setNumberOfLines:0]; 
 [_slideMenu addSubview:label]
@lilei644
Copy link
Owner

lilei644 commented May 2, 2017

Hello, the menu is packed with the bottom of the view and animation, the menu above the view is completely customized, directly through the addSubview: to add the menu can be!

@ye4ever
Copy link
Author

ye4ever commented May 2, 2017

Thank you for the greatest Slide Menu it is the best one , and i am planning to use it in all my apps ,if you allow me ^_^

i tried to add Options to menu ,but nothing work , can you please add unless tow Options and paste the code here

thank you so much

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

2 participants