Change

public enum Change : Equatable

Undocumented

  • Undocumented

    Declaration

    Swift

    case insert(IndexPath)
  • Undocumented

    Declaration

    Swift

    case update(IndexPath)
  • Undocumented

    Declaration

    Swift

    case move(IndexPath, IndexPath)
  • Undocumented

    Declaration

    Swift

    case delete(IndexPath)
  • Undocumented

    Declaration

    Swift

    case insertSection(Int)
  • Undocumented

    Declaration

    Swift

    case updateSection(Int)
  • Undocumented

    Declaration

    Swift

    case deleteSection(Int)
  • Undocumented

    Declaration

    Swift

    case moveSection(Int, Int)