ValueRow

open class ValueRow : LabelRow, ValueRowType

ValueRow presents a row that has a value

Version

1.8.0

Date

02/05/22

Author

Adamas
  • Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(icon: UIImage? = nil,
                title: String? = nil,
                subtitle: String? = nil,
                value: String? = nil)