UICollectionViewController.CellDisplayingEnded Method

Definition

Indicates that the cell at the specified indexPath has been removed.

[Foundation.Export("collectionView:didEndDisplayingCell:forItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void CellDisplayingEnded (UIKit.UICollectionView collectionView, UIKit.UICollectionViewCell cell, Foundation.NSIndexPath indexPath);
abstract member CellDisplayingEnded : UIKit.UICollectionView * UIKit.UICollectionViewCell * Foundation.NSIndexPath -> unit
override this.CellDisplayingEnded : UIKit.UICollectionView * UIKit.UICollectionViewCell * Foundation.NSIndexPath -> unit

Parameters

collectionView
UICollectionView

Collection view managed by this view controller.

cell
UICollectionViewCell

Cell that was selected.

indexPath
NSIndexPath

Index path for the affected item.

Attributes

Applies to