ItemsRowType

public protocol ItemsRowType : RowType

The interface of a tags row

  • The type of rows to be presented

    Declaration

    Swift

    associatedtype ItemRow
  • The list of rows to be presented on the screen

    Declaration

    Swift

    var rows: [ItemRow] { get set }