Compartilhar via


UICollectionViewController.ItemUnhighlighted Método

Definição

Indica que uma célula não foi realçada.

[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

Parâmetros

collectionView
UICollectionView

Exibição de coleção gerenciada por esse controlador de exibição.

indexPath
NSIndexPath

Caminho de índice para o item afetado.

Atributos

Aplica-se a