ValueView
open class ValueView<Row> : LabelView<Row> where Row : ValueRowType
ValueView defines a view that has both the title fields and a value
Version
1.8.0Date
04/05/22-
Declaration
Swift
open override func configure(with row: RowType)
ValueView Class Reference