Name

public extension Notification.Name
  • A notification that posts shortly before the tweak window show.

    The object of the notification is the TweakContext object. There is no userInfo dictionary.

    Declaration

    Swift

    static let willShowTweakWindow: Notification.Name
  • A notification that posts shortly after the tweak window show.

    The object of the notification is the TweakContext object. There is no userInfo dictionary.

    Declaration

    Swift

    static let didShowTweakWindow: Notification.Name
  • A notification that posts shortly before the tweak window dismiss.

    The object of the notification is the TweakContext object. There is no userInfo dictionary.

    Declaration

    Swift

    static let willDismissTweakWindow: Notification.Name
  • A notification that posts shortly after the tweak window dismiss.

    The object of the notification is the TweakContext object. There is no userInfo dictionary.

    Declaration

    Swift

    static let didDismissTweakWindow: Notification.Name