BadgeType

public enum BadgeType

调用方法的View不可对自己进行裁切,会导致角标也被裁切掉 徽标类型

  • 无点

    Declaration

    Swift

    case none
  • 文字

    Declaration

    Swift

    case text(value: String)
  • 数字

    Declaration

    Swift

    case number(value: Int)
  • dot

    Declaration

    Swift

    case dot