UIKit.UICollectionViewTransitionLayout Members

The members of UIKit.UICollectionViewTransitionLayout are listed below.

See Also: Inherited members from UIKit.UICollectionViewLayout

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
CurrentLayoutUICollectionViewLayout. The active UICollectionViewLayout.
[read-only]
NextLayoutUICollectionViewLayout. The UICollectionViewLayout to which the UICollectionView will transition.
TransitionProgressnfloat. The completion percentage.

Public Methods

GetValueForAnimatedKey(string) : nfloat
The most-recent value for the specified key.
UpdateValue(string, nfloat)
Updates the value for the specified key.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UICollectionViewTransitionLayout object.