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


UICollectionViewDelegate.ShouldShowMenu(UICollectionView, NSIndexPath) Метод

Определение

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

[Foundation.Export("collectionView:shouldShowMenuForItemAtIndexPath:")]
public virtual bool ShouldShowMenu (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member ShouldShowMenu : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
override this.ShouldShowMenu : UIKit.UICollectionView * Foundation.NSIndexPath -> bool

Параметры

collectionView
UICollectionView

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

indexPath
NSIndexPath

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

Атрибуты

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