ButtonRow
open class ButtonRow : Row, ButtonRowType
ButtonRow presents a single button item in the collection.
Version
1.8.0Date
08/10/21-
Declaration
Swift
public var didClickAction: (() -> Void)? -
Declaration
Swift
public var isEnabled: Bool { get set }
ButtonRow Class Reference