BadgeStyle

public enum BadgeStyle : Int

自带提醒灯样式

  • 自定义

    Declaration

    Swift

    case custom = 0
  • dot

    小红点,圆形,默认(10)*(10)

    Declaration

    Swift

    case dot
  • 小文本,同系统标签,默认(18+)*(18),12号普通字体

    Declaration

    Swift

    case small
  • big

    大文本,同系统桌面,默认(24+)*(24),14号普通字体

    Declaration

    Swift

    case big