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


UICollectionViewDelegate.ItemUnhighlighted Метод

Определение

Указывает, что выделение элемента по указанному индексу было удалено.

[Foundation.Export("collectionView:didUnhighlightItemAtIndexPath:")]
public virtual void ItemUnhighlighted (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member ItemUnhighlighted : UIKit.UICollectionView * Foundation.NSIndexPath -> unit
override this.ItemUnhighlighted : UIKit.UICollectionView * Foundation.NSIndexPath -> unit

Параметры

collectionView
UICollectionView

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

indexPath
NSIndexPath
Атрибуты

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