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


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
Атрибуты

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