TapView

open class TapView<Row> : LabelView<Row> where Row : TapRowType

TapView defines the basic of a custom tappable view

Version

1.8.0

Date

11/10/21

Author

Adamas
  • 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)