Share via


UICollectionViewTransitionLayout.UpdateValue(NFloat, String) Method

Definition

Sets the animatable key animatedKey to value.

[Foundation.Export("updateValue:forAnimatedKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void UpdateValue(System.Runtime.InteropServices.NFloat value, string animatedKey);
[<Foundation.Export("updateValue:forAnimatedKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UpdateValue : System.Runtime.InteropServices.NFloat * string -> unit
override this.UpdateValue : System.Runtime.InteropServices.NFloat * string -> unit

Parameters

value
NFloat
animatedKey
String
Attributes

Applies to