SettingsView

struct SettingsView: View

SwiftUI View for the settings

  • The AppState model

    Declaration

    Swift

    private var appState
  • The KodiConnector model

    Declaration

    Swift

    private var kodi
  • The selected tab

    Declaration

    Swift

    private var selection: Tabs = .kodiHosts
  • The body of the View

    Declaration

    Swift

    var body: some View
  • The tabs of the SettingsView

    See more

    Declaration

    Swift

    enum Tabs
  • The Playback settings

    See more

    Declaration

    Swift

    struct Playback: View
  • The SidebarView settings

    See more

    Declaration

    Swift

    struct Sidebar: View