Share via


UIView.ActionForLayer(CALayer, String) Method

Definition

[Foundation.Export("actionForLayer:forKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject? ActionForLayer(CoreAnimation.CALayer layer, string eventKey);
[<Foundation.Export("actionForLayer:forKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ActionForLayer : CoreAnimation.CALayer * string -> Foundation.NSObject
override this.ActionForLayer : CoreAnimation.CALayer * string -> Foundation.NSObject

Parameters

layer
CALayer
eventKey
String

Returns

Implements

Attributes

Applies to