BPKChipStyle
enum BPKChipStyle {}
Enum values for specifying chip style
-
Chip style with solid color background.
Declaration
Objective-C
BPKChipStyleFilled = 0Swift
case filled = 0 -
Chip style with 1pt outline and clear color background.
Declaration
Objective-C
BPKChipStyleOutline = 1Swift
case outline = 1
BPKChipStyle Enumeration Reference