Share via


ITVCollectionViewDelegateFullScreenLayout.WillCenterCell Method

Definition

[Foundation.Export("collectionView:layout:willCenterCellAtIndexPath:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillCenterCell(UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout collectionViewLayout, Foundation.NSIndexPath indexPath);
[<Foundation.Export("collectionView:layout:willCenterCellAtIndexPath:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillCenterCell : UIKit.UICollectionView * UIKit.UICollectionViewLayout * Foundation.NSIndexPath -> unit
override this.WillCenterCell : UIKit.UICollectionView * UIKit.UICollectionViewLayout * Foundation.NSIndexPath -> unit

Parameters

collectionView
UICollectionView
collectionViewLayout
UICollectionViewLayout
indexPath
NSIndexPath
Attributes

Applies to