共用方式為


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

受影響專案的索引路徑。

屬性

適用於