Поделиться через


UICollectionViewSource.CellDisplayingEnded Метод

Определение

Указывает, что указанная ячейка перестала отображаться.

[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

Параметры

collectionView
UICollectionView

Представление коллекции, из которого был создан запрос.

indexPath
NSIndexPath
Атрибуты

Применяется к