TapView
open class TapView<Row> : LabelView<Row> where Row : TapRowType
TapView defines the basic of a custom tappable view
Version
1.8.0Date
11/10/21-
Declaration
Swift
override open func initialize() -
Declaration
Swift
open override func configure(with row: RowType) -
Action to trigger when the view is tapped.
Declaration
Swift
@IBAction public func tap(_: Any)
TapView Class Reference