다음을 통해 공유


UICollectionViewController.CanMoveItem(UICollectionView, NSIndexPath) 메서드

정의

지정된 indexPath 의 셀을 대화형으로 이동할 수 있는지 여부입니다.

[Foundation.Export("collectionView:canMoveItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanMoveItem (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member CanMoveItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
override this.CanMoveItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool

매개 변수

collectionView
UICollectionView

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

indexPath
NSIndexPath

반환

기본값은 이며 true셀의 순서를 다시 지정할 수 있습니다.

특성

적용 대상