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 to Open Side Menu on UIButton Click event. #290

Open
avinashvaghasiya opened this issue Jul 12, 2016 · 2 comments
Open

How to Open Side Menu on UIButton Click event. #290

avinashvaghasiya opened this issue Jul 12, 2016 · 2 comments

Comments

@avinashvaghasiya
Copy link

Hello,

I am Add Button And Create Action.
How to Open Side Menu on UIButton Click event.
i am not use bar Button.

simulator screen shot 12-jul-2016 12 42 30 pm

@TSEL0
Copy link

TSEL0 commented Jul 17, 2016

in storyboard, cirl+ press the menu button , drag and release into this view controller and choose "send action - presentLeftMenuViewController"

@AhmAbdallah
Copy link

AhmAbdallah commented Oct 16, 2016

link your button to this fun.

- (IBAction)sideMenuButton:(id)sender {
    // toggle the right side menu
     [self.sideMenuViewController presentRightMenuViewController];
}
- (IBAction)leftSideMenuButton:(id)sender {
    // toggle the right side menu
     [self.sideMenuViewController presentLeftMenuViewController];
}

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

3 participants