ChangeWithIndexPath
public struct ChangeWithIndexPath
Undocumented
-
Undocumented
Declaration
Swift
public let inserts: [IndexPath] -
Undocumented
Declaration
Swift
public let deletes: [IndexPath] -
Undocumented
Declaration
Swift
public let replaces: [IndexPath] -
Undocumented
Declaration
Swift
public let moves: [(from: IndexPath, to: IndexPath)] -
Undocumented
Declaration
Swift
public init( inserts: [IndexPath], deletes: [IndexPath], replaces:[IndexPath], moves: [(from: IndexPath, to: IndexPath)])
View on GitHub
ChangeWithIndexPath Structure Reference