Contents

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.

See Also

Accessing the Target and Action