UIKit.UICollectionViewTransitionLayout Class
A UIKit.UICollectionViewLayout that is used temporarily when a UIKit.UICollectionView is transitioning between one layout and another.

See Also: UICollectionViewTransitionLayout Members

Syntax

[Foundation.Register("UICollectionViewTransitionLayout", true)]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_7_0)]
public class UICollectionViewTransitionLayout : UICollectionViewLayout

Remarks

By default, when a UIKit.UICollectionView is transitioning between one layout and another, the attributes of objects are linearly transformed between their values in the fromLayout to their values in the toLayout. Application developers who wish to provide more complex layout-to-layout transformations for a UIKit.UICollectionView can override this class and provide custom attributes.

Related content

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0