Freigeben über


UICollectionView.StartInteractiveTransition Methode

Definition

Ändert das Layout von UICollectionView mithilfe eines interaktiven Übergangs.

[Foundation.Export("startInteractiveTransitionToCollectionViewLayout:completion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionViewTransitionLayout StartInteractiveTransition(UIKit.UICollectionViewLayout newCollectionViewLayout, UIKit.UICollectionViewLayoutInteractiveTransitionCompletion completion);
abstract member StartInteractiveTransition : UIKit.UICollectionViewLayout * UIKit.UICollectionViewLayoutInteractiveTransitionCompletion -> UIKit.UICollectionViewTransitionLayout
override this.StartInteractiveTransition : UIKit.UICollectionViewLayout * UIKit.UICollectionViewLayoutInteractiveTransitionCompletion -> UIKit.UICollectionViewTransitionLayout

Parameter

newCollectionViewLayout
UICollectionViewLayout

Das neue Layoutobjekt für die gesammelten Ansichten.

completion
UICollectionViewLayoutInteractiveTransitionCompletion

Eine Vervollständigungshandleraktion, die ausgeführt werden soll, nachdem alle anderen Vorgänge abgeschlossen sind.

Gibt zurück

Eine Aufgabe, die den asynchronen StartInteractiveTransition(UICollectionViewLayout, UICollectionViewLayoutInteractiveTransitionCompletion) Vorgang darstellt.

Attribute

Gilt für: