Protocol: CAAction
Overview
The CAAction protocol provides an interface that allows an object to respond to an action triggered by an CALayer. When queried with an action identifier (a key path, an external action name, or a predefined action identifier) the layer returns the appropriate action object–which must implement the CAAction protocol–and sends it a runActionForKey:object:arguments: message. Called to trigger the action specified by the identifier. (required)
Instance Method Summary (collapse)
-
- runActionForKey:object:arguments:
Called to trigger the action specified by the identifier.
Instance Method Details
- (Object) runActionForKey(key, object:anObject, arguments:dict)
Called to trigger the action specified by the identifier. (required)