UICollectionView.StartInteractiveTransition Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ä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.
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