Freigeben über


UICollectionViewController.ItemUnhighlighted Methode

Definition

Gibt an, dass eine Zelle nicht angezeigt wurde.

[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

Parameter

collectionView
UICollectionView

Von diesem Ansichtscontroller verwaltete Sammlungsansicht.

indexPath
NSIndexPath

Indexpfad für das betroffene Element.

Attribute

Gilt für: