Posted by the menu controller just before it shows the menu.
SDKs
- iOS 3.0+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
class let willShowMenuNotification: NSNotification.Name
Discussion
There is no user
dictionary.
Posted by the menu controller just before it shows the menu.
SDKs
Framework
class let willShowMenuNotification: NSNotification.Name
There is no user
dictionary.
class let did Show Menu Notification: NSNotification .Name
Posted by the menu controller just after it shows the menu.
class let will Hide Menu Notification: NSNotification .Name
Posted by the menu controller just before it hides the menu.
class let did Hide Menu Notification: NSNotification .Name
Posted by the menu controller just after it hides the menu.
class let menu Frame Did Change Notification: NSNotification .Name
Posted when the frame of a visible menu changes.