StartView

struct StartView: View

SwiftUI View for the start

  • The AppState model

    Declaration

    Swift

    private var appState
  • The KodiConnector model

    Declaration

    Swift

    private var kodi
  • Rotate the record

    Declaration

    Swift

    private var rotate: Bool = false
  • The loading status of the View

    Declaration

    Swift

    private var status: ViewStatus = .loading
  • The body of the View

    Declaration

    Swift

    var body: some View
  • Spinner when loading

    Declaration

    Swift

    var loadingSpinner: some View
  • View when no host is configured

    Declaration

    Swift

    var noHostConfigured: some View
  • View for actions for the selected host

    Declaration

    Swift

    var hostActions: some View