HostSelector

struct HostSelector : View

View a Kodi host selector

  • The AppState model that has the hosts information

    Declaration

    Swift

    @EnvironmentObject
    var appState: AppState { get }
  • The KodiConnector model

    Declaration

    Swift

    @EnvironmentObject
    var kodi: KodiConnector { get }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }