Share via


TVCollectionViewDelegateFullScreenLayout.WillCenterCell Method

Definition

[Foundation.Export("collectionView:layout:willCenterCellAtIndexPath:")]
[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:")>]
[<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

Implements

Attributes

Applies to