Swift3 在ViewController中的UICollectionView上安装InteractiveMovement的标准手势

Swift3 在ViewController中的UICollectionView上安装InteractiveMovement的标准手势,swift3,uicollectionview,Swift3,Uicollectionview,我想在视图控制器内的集合视图中实现集合视图单元格的重新排序,但没有调用moveItemAt方法,因为我似乎无法访问CollectionViewController的installsStandardGestureForInteractiveMovement属性。 我想知道此属性是UICollectionViewController专有的,还是我可以在当前托管它的UIViewController中以某种方式访问它

我想在视图控制器内的集合视图中实现集合视图单元格的重新排序,但没有调用moveItemAt方法,因为我似乎无法访问CollectionViewController的installsStandardGestureForInteractiveMovement属性。 我想知道此属性是UICollectionViewController专有的,还是我可以在当前托管它的UIViewController中以某种方式访问它