Skip to content

Menu Item is able to Close Menu not make a Selection #13

Description

@burtlo

For the app i'm building, some of the menu items need to not automatically close the menu. Some do, some don't. Currently there is no way to easily prevent the menu from closing. Yes, the QuadCurveMenuDelegate has quadCurveMenuShouldClose, but that is only called if the user presses the main button, not the children.

Without a great deal of thought, i figured a new delegate method along the lines of

-(BOOL) quadCurveMenu:(QuadCurveMenu *)menu shouldCloseFromItem:(QuadCurveMenuItem *)menuItem;

this would allow me, per child, to dictate if the menu should close automatically or not.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions