UICollectionViewDelegate_Extensions.TransitionLayout 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.
Das UICollectionViewTransitionLayout, das verwendet werden soll, wenn sie vom angegebenen vonLayout zu toLayout wechseln.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UICollectionViewTransitionLayout TransitionLayout (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout fromLayout, UIKit.UICollectionViewLayout toLayout);
static member TransitionLayout : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * UIKit.UICollectionViewLayout * UIKit.UICollectionViewLayout -> UIKit.UICollectionViewTransitionLayout
Parameter
Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.
- collectionView
- UICollectionView
Die Auflistungsansicht, die die Anforderung ausgelöst hat.
- fromLayout
- UICollectionViewLayout
- toLayout
- UICollectionViewLayout
Gibt zurück
- Attribute