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