UIKit.UICollectionViewLayoutAttributes: Method Members

The methods of UIKit.UICollectionViewLayoutAttributes are listed below. For a list of all members, see the UICollectionViewLayoutAttributes Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

Copy(Foundation.NSZone) : Foundation.NSObject
Performs a copy of the underlying Objective-C object.
static
CreateForCell(Foundation.NSIndexPath) : UICollectionViewLayoutAttributes
Creates a UICollectionViewLayoutAttributes for the cell at the specified index.|Creates a UICollectionViewLayon
static
CreateForCell<T>(Foundation.NSIndexPath) : T
Creates a layout attributes object of the specified type for the cell at the specified index path.
static
CreateForDecorationView(Foundation.NSString, Foundation.NSIndexPath) : UICollectionViewLayoutAttributes
Creates a layout attributes object representing the decoration view.
static
CreateForDecorationView<T>(Foundation.NSString, Foundation.NSIndexPath) : T
Creates a layout attributes object of a specific type representing the decoration view.
static
CreateForSupplementaryView(Foundation.NSString, Foundation.NSIndexPath) : UICollectionViewLayoutAttributes
Creates a layout attributes object representing the supplementary view.
static
CreateForSupplementaryView(UICollectionElementKindSection, Foundation.NSIndexPath) : UICollectionViewLayoutAttributes
Creates a layout attributes object representing the supplementary view.
static
CreateForSupplementaryView<T>(Foundation.NSString, Foundation.NSIndexPath) : T
Creates a layout attributes object of a specific type representing the supplementary view.
static
CreateForSupplementaryView<T>(UICollectionElementKindSection, Foundation.NSIndexPath) : T
Creates a layout attributes object representing the supplementary view.

Protected Methods

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