UICollectionViewDelegate_Extensions.ItemUnhighlighted 方法

定义

指示指定 indexPath 上的单元格已取消突出显示。

public static void ItemUnhighlighted (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
static member ItemUnhighlighted : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * Foundation.NSIndexPath -> unit

参数

This
IUICollectionViewDelegate

此扩展方法在其上运行的实例。

collectionView
UICollectionView

发起请求的集合视图。

indexPath
NSIndexPath

适用于