IGListMoveIndex

@interface IGListMoveIndex : NSObject

An object representing a move between indexes.

  • An index in the old collection.

    Declaration

    Objective-C

    @property (readonly, assign, nonatomic) NSUInteger from;

    Swift

    var from: UInt { get }
  • to

    An index in the new collection.

    Declaration

    Objective-C

    @property (readonly, assign, nonatomic) NSUInteger to;

    Swift

    var to: UInt { get }
  • Undocumented

    Declaration

    Objective-C

    @interface IGListMoveIndex : NSObject
  • Undocumented

    Declaration

    Objective-C

    @interface IGListMoveIndex : NSObject