Share via


UICollectionViewDelegate_Extensions.ShouldSelectItem 메서드

정의

지정한 indexPath의 셀을 선택할 수 있는지 여부입니다.

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

매개 변수

This
IUICollectionViewDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

collectionView
UICollectionView

요청을 시작한 컬렉션 뷰입니다.

indexPath
NSIndexPath

반환

적용 대상