TapRowType

public protocol TapRowType : LabelRowType

The interface of a tappable row

  • Whether or not the row can be tapped

    Declaration

    Swift

    var isEnabled: Bool { get set }
  • The action to be triggered by the tapping action

    Declaration

    Swift

    var didTapAction: (() -> Void)? { get set }