TableRow

open class TableRow<CellType> : TableRowConfigurable where CellType : ConfigurableCell

Undocumented

  • Модель данных

    Declaration

    Swift

    public private(set) var viewModel: CellType.ViewModelType
  • Undocumented

    Declaration

    Swift

    public init(viewModel: CellType.ViewModelType)
  • Undocumented

    Declaration

    Swift

    public init(id: Int, viewModel: CellType.ViewModelType)
  • Undocumented

    Declaration

    Swift

    public init(id: String, viewModel: CellType.ViewModelType)
  • Конфигурация ячейки

    Declaration

    Swift

    public override func configure(_ cell: UITableViewCell)

    Parameters

    cell

    Ячейка, которую необходимо сконфигурировать

  • Declaration

    Swift

    public override func configure(collectionCell: UICollectionViewCell)