UICollectionViewLayout.InitialLayoutAttributesForAppearingSupplementaryElement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information on the starting layout of a supplementary view that is being inserted into the UICollectionView.
[Foundation.Export("initialLayoutAttributesForAppearingSupplementaryElementOfKind:atIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes InitialLayoutAttributesForAppearingSupplementaryElement (Foundation.NSString elementKind, Foundation.NSIndexPath elementIndexPath);
abstract member InitialLayoutAttributesForAppearingSupplementaryElement : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.InitialLayoutAttributesForAppearingSupplementaryElement : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
Parameters
- elementKind
- NSString
- elementIndexPath
- NSIndexPath
Returns
- Attributes