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.0Date
11/10/21-
The subtitle label.
Declaration
Swift
@IBOutlet public private(set) var subtitleLabel: UILabel? { get } -
Declaration
Swift
open override func configure(with row: RowType)
LabelView Class Reference