-
Notifications
You must be signed in to change notification settings - Fork 359
Open
Description
Instead of having the menu flash hidden / shown if the menu is already on screen it would be nice to have an isVisible property / method so I can skip reshowing the already visible menu.
I tried doing a simple bit of code checking for _menuView != nil but since that is not set back to nil when the user clicks somewhere off the menu to cancel it this does not work.
Menu needs to track / be notified of being clicked off of so it can do _menuView = nil when that happens.
Metadata
Metadata
Assignees
Labels
No labels