UICollectionViewDelegate_Extensions.ShouldDeselectItem Método

Definición

Si la celda de la indexPath especificada debe permitirse deseleccionar.

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