Name
public extension Notification.Name
-
A notification that posts shortly before the tweak window show.
The
objectof the notification is theTweakContextobject. There is nouserInfodictionary.Declaration
Swift
static let willShowTweakWindow: Notification.Name -
A notification that posts shortly after the tweak window show.
The
objectof the notification is theTweakContextobject. There is nouserInfodictionary.Declaration
Swift
static let didShowTweakWindow: Notification.Name -
A notification that posts shortly before the tweak window dismiss.
The
objectof the notification is theTweakContextobject. There is nouserInfodictionary.Declaration
Swift
static let willDismissTweakWindow: Notification.Name -
A notification that posts shortly after the tweak window dismiss.
The
objectof the notification is theTweakContextobject. There is nouserInfodictionary.Declaration
Swift
static let didDismissTweakWindow: Notification.Name
View on GitHub
Name Extension Reference