Share via


TVCollectionViewDelegateFullScreenLayout.DidCenterCell Method

Definition

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

Parameters

collectionView
UICollectionView
collectionViewLayout
UICollectionViewLayout
indexPath
NSIndexPath

Implements

Attributes

Applies to