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 implementationTells container that view can be selectable
Default Implementation
Default implementation that makes every
ActionableRowselectable by defaultDeclaration
Swift
func shouldSelectRow() -> Bool
View on GitHub
Install in Dash
ActionableRow Protocol Reference