Share via


ITVCollectionViewDelegateFullScreenLayout.DidCenterCell Method

Definition

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

Applies to