Compartir a través de


UICollectionViewDelegate_Extensions.ShouldHighlightItem Método

Definición

Si la celda del indexPath especificado debe permitirse resaltarse.

public static bool ShouldHighlightItem (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
static member ShouldHighlightItem : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * Foundation.NSIndexPath -> bool

Parámetros

This
IUICollectionViewDelegate

Instancia en la que opera este método de extensión.

collectionView
UICollectionView

Vista de colección que originó la solicitud.

indexPath
NSIndexPath

Devoluciones

Se aplica a