ActionableRow

protocol ActionableRow

This protocol is used by a container that holds content views in a paysheet to determine the available functionality of its rows

  • Invoked by container when user taps on this view

    Declaration

    Swift

    func didSelectRow()
  • shouldSelectRow() Default implementation

    Tells container that view can be selectable

    Default Implementation

    Default implementation that makes every ActionableRow selectable by default

    Declaration

    Swift

    func shouldSelectRow() -> Bool