UICollectionViewDelegate_Extensions.ShouldSelectItem Método

Definición

Indica si la celda de la clase indexPath especificada permite seleccionarse.

public static bool ShouldSelectItem (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
static member ShouldSelectItem : 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