State

enum State

The state of loading a View

Note

This enum is not used in this class but in Views that load items via a Task
  • The Task is loading the items

    Declaration

    Swift

    case loading
  • No items where found by the Task

    Declaration

    Swift

    case empty
  • The Task is done and items where found

    Declaration

    Swift

    case ready