UICollectionViewLayout.InitialLayoutAttributesForAppearingItem 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 an item that is being inserted into the UICollectionView.
[Foundation.Export("initialLayoutAttributesForAppearingItemAtIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes InitialLayoutAttributesForAppearingItem (Foundation.NSIndexPath itemIndexPath);
abstract member InitialLayoutAttributesForAppearingItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.InitialLayoutAttributesForAppearingItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
Parameters
- itemIndexPath
- NSIndexPath
Returns
- Attributes