You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Menus and Shortcuts: add overloads for window menu construction
This mimics the UIKit's `UIResponder` API. These overloads will be wired to the `ViewController` to actually display the menus.
By default just pass the events to the next responder. The subclasses which need a custom menu will need to override these.
0 commit comments