BPKChipStyle

enum BPKChipStyle {}

Enum values for specifying chip style

  • Chip style with solid color background.

    Declaration

    Objective-C

    BPKChipStyleFilled = 0

    Swift

    case filled = 0
  • Chip style with 1pt outline and clear color background.

    Declaration

    Objective-C

    BPKChipStyleOutline = 1

    Swift

    case outline = 1