Name

  • Posted when the system normal font is changed.

    Declaration

    Swift

    public static let normalFontChanged: Notification.Name = Notification.Name("normalFontChanged")
  • Posted when the system bold font is changed.

    Declaration

    Swift

    public static let boldFontChanged: Notification.Name = Notification.Name("boldFontChanged")
  • Posted when the system italic font is changed.

    Declaration

    Swift

    public static let italicFontChanged: Notification.Name = Notification.Name("italicFontChanged")