NavigationRowCompatible
This protocol defines the compatible interface of a NavigationRow
regardless of its associated cell type.
-
A closure that will be invoked when the accessory button is selected.
Declaration
Swift
var accessoryButtonAction: ((Row) -> Void)? { get }