-
Notifications
You must be signed in to change notification settings - Fork 88
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 do I programmatically click on the expanding menu button? #13
Comments
@LiveRock ExpandingMenu has no public method for programmatically click. What situation do you need it for? Do you say that an user tap the global button and the menu appears, then you want him not to tap the button item but you want to execute some tapped action? |
We also need the availability of this function. For example, need to present to the user in the expanded state. |
I made the expandMenuItems() function public on a forked Repo. You can see it here: pod 'ExpandingMenu', :git => 'https://github.com/uknowmeright/ExpandingMenu.git', :commit => 'eeac5b07035f0698663dfb49a704b9b696c35ec7' |
Not an issue, just a questions:
How do I programmatically click on the expanding menu button?
The text was updated successfully, but these errors were encountered: