UICollectionViewController.ItemUnhighlighted 方法

定义

指示单元格已取消突出显示。

[Foundation.Export("collectionView:didUnhighlightItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
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

受影响项的索引路径。

属性

适用于