Contents

target

The object that receives an action when the user selects the item.

Declaration

weak var target: AnyObject? { get set }

Discussion

If nil, the action message is passed up the responder chain where it may be handled by any object implementing a method corresponding to the selector held by the action property. The default value is nil.

See Also

Managing the action