LabelView

open class LabelView<Row> : View<Row> where Row : LabelRowType

View defines the basic of a custom view that has a sub title

Version

1.8.0

Date

11/10/21

Author

Adamas
  • The subtitle label.

    Declaration

    Swift

    @IBOutlet
    public private(set) var subtitleLabel: UILabel? { get }
  • Declaration

    Swift

    open override func configure(with row: RowType)