Name
public extension Notification.Name
-
A notification that posts shortly before the tweak window show.
The
object
of the notification is theTweakContext
object. There is nouserInfo
dictionary.Declaration
Swift
static let willShowTweakWindow: Notification.Name
-
A notification that posts shortly after the tweak window show.
The
object
of the notification is theTweakContext
object. There is nouserInfo
dictionary.Declaration
Swift
static let didShowTweakWindow: Notification.Name
-
A notification that posts shortly before the tweak window dismiss.
The
object
of the notification is theTweakContext
object. There is nouserInfo
dictionary.Declaration
Swift
static let willDismissTweakWindow: Notification.Name
-
A notification that posts shortly after the tweak window dismiss.
The
object
of the notification is theTweakContext
object. There is nouserInfo
dictionary.Declaration
Swift
static let didDismissTweakWindow: Notification.Name