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 do I programmatically click on the expanding menu button? #13

Open
LiveRock opened this issue Aug 17, 2016 · 4 comments
Open

How do I programmatically click on the expanding menu button? #13

LiveRock opened this issue Aug 17, 2016 · 4 comments

Comments

@LiveRock
Copy link

Not an issue, just a questions:

How do I programmatically click on the expanding menu button?

@monoqlo
Copy link
Owner

monoqlo commented Aug 19, 2016

@LiveRock ExpandingMenu has no public method for programmatically click.

What situation do you need it for?
You must set tapped action to every button item, so you know the action.

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?

@harshjoshi096
Copy link

@monoqlo I am having the same question i.e I want that when the user comes to particular view the buttons should be in the expanded state.

@LiveRock did you get any solution?

can you help regarding this?

@deshan
Copy link

deshan commented Sep 13, 2019

We also need the availability of this function. For example, need to present to the user in the expanded state.
fileprivate func ExpandingMenuButton.expandMenuItems()? can make this public?

@uknowmeright
Copy link

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'

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

5 participants