UIDynamicAnimator.UpdateItemUsingCurrentState(IUIDynamicItem) Method

Definition

Reads the current state of a dynamic item, replacing the UIDynamicAnimator's internal representation of that item's state.

[Foundation.Export("updateItemUsingCurrentState:")]
public virtual void UpdateItemUsingCurrentState (UIKit.IUIDynamicItem uiDynamicItem);
abstract member UpdateItemUsingCurrentState : UIKit.IUIDynamicItem -> unit
override this.UpdateItemUsingCurrentState : UIKit.IUIDynamicItem -> unit

Parameters

uiDynamicItem
IUIDynamicItem
Attributes

Applies to