LabelRow
open class LabelRow : Row, LabelRowType
LabelRow presents a single item that has a sub title in the collection.
Version
1.8.0Date
11/10/21-
Declaration
Swift
public let subtitle: String? -
Create a row
Declaration
Swift
public init(icon: UIImage? = nil, title: String? = nil, subtitle: String? = nil)Parameters
iconThe icon of the row. Default to nil.
titleThe title of the row. Default to nil.
subtitleThe subtitle of the row. Default to nil.
LabelRow Class Reference