UICollectionViewDelegate_Extensions.TransitionLayout Method

Definition

The UICollectionViewTransitionLayout to be used when moving from the specified fromLayout to the toLayout.

[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

Parameters

This
IUICollectionViewDelegate

The instance on which this extension method operates.

collectionView
UICollectionView

The collection view that originated the request.

Returns

Attributes

Applies to