action
The action performed by the cell.
Declaration
var action: Selector? { get set }Discussion
The value of this property is the selector to call on the cell’s target object. Set the value of this property to nil to stop the delivery of action messages.
The default value of this property is nil. Setting the value of this property raises with internalInconsistencyException. Subclasses are expected to override this property as part of their target/action implementation.