UICollectionView.CancelInteractiveMovement Method

Definition

Developers call this method to cancel interactive movement and have the cell return to its previous position.

[Foundation.Export("cancelInteractiveMovement")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void CancelInteractiveMovement ();
abstract member CancelInteractiveMovement : unit -> unit
override this.CancelInteractiveMovement : unit -> unit
Attributes

Applies to