UICollectionViewDataSource_Extensions.MoveItem 方法

定义

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void MoveItem (this UIKit.IUICollectionViewDataSource This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath sourceIndexPath, Foundation.NSIndexPath destinationIndexPath);
static member MoveItem : UIKit.IUICollectionViewDataSource * UIKit.UICollectionView * Foundation.NSIndexPath * Foundation.NSIndexPath -> unit

参数

This
IUICollectionViewDataSource

此扩展方法在其上运行的实例。

collectionView
UICollectionView

发起请求的集合视图。

sourceIndexPath
NSIndexPath
destinationIndexPath
NSIndexPath
属性

适用于