LabelRow

open class LabelRow : Row, LabelRowType

LabelRow presents a single item that has a sub title in the collection.

Version

1.8.0

Date

11/10/21

Author

Adamas
  • Declaration

    Swift

    public let subtitle: String?
  • Create a row

    Declaration

    Swift

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

    Parameters

    icon

    The icon of the row. Default to nil.

    title

    The title of the row. Default to nil.

    subtitle

    The subtitle of the row. Default to nil.