BPKChipGroupType
public enum BPKChipGroupType
-
Wraps the chip in a horizontal scroll view keeping the chips in a single line.
Declaration
Swift
case rail
-
Wraps the chip in a flow layout view allowing the chips to wrap to multiple lines.
Declaration
Swift
case wrap(alignment: HorizontalAlignment)