ItemsRow

open class ItemsRow<ItemRow> : Row, ItemsRowType where ItemRow : TapRowType

ItemsRow presents a list of capsule items who are tappable.

Version

1.8.0

Date

11/10/21

Author

Adamas
  • Declaration

    Swift

    public var rows: [ItemRow] { get set }
  • Create a row

    Declaration

    Swift

    public init()