IGListMoveIndexPath
Objective-C
@interface IGListMoveIndexPath : NSObject
                Swift
class ListMoveIndexPath : NSObject
                An object representing a move between indexes.
- 
                  
                  
An index path in the old collection.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSIndexPath *_Nonnull from;Swift
var from: IndexPath { get } - 
                  
                  
An index path in the new collection.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSIndexPath *_Nonnull to;Swift
var to: IndexPath { get } 
View on GitHub