Compartir a través de


UICollectionViewController.ItemUnhighlighted Método

Definición

Indica que una celda se ha desenlazado.

[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

Vista de colección administrada por este controlador de vista.

indexPath
NSIndexPath

Ruta de acceso de índice para el elemento afectado.

Atributos

Se aplica a