target
The object that implements the action method.
Declaration
weak var target: AnyObject? { get set }Discussion
The object in this property must implement the method specified by the action property.
The object that implements the action method.
weak var target: AnyObject? { get set }The object in this property must implement the method specified by the action property.