TableRefreshContext

public enum TableRefreshContext

Communicates information for refreshing the table view.

  • A refresh was requested, but we don’t know if rows/sections are being added/removed

    Declaration

    Swift

    case unknown
  • Only the content of cells is being refreshed. No rows/sections will be added/deleted.

    Declaration

    Swift

    case contentOnly
  • Rows/sections are being added/deleted

    Declaration

    Swift

    case rowsModified