Поделиться через


UICollectionViewDelegate_Extensions.ShouldDeselectItem Метод

Определение

Указывает, должна ли ячейка с указанным indexPath разрешать себя отменять выбор.

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

Параметры

This
IUICollectionViewDelegate

Экземпляр, с которым работает этот метод расширения.

collectionView
UICollectionView

Представление коллекции, в которое поступил запрос.

indexPath
NSIndexPath

Возвращаемое значение

Применяется к