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
属性

适用于