KodiHostItemView

public struct KodiHostItemView : View

SwiftUI View to edit or delete a HostItem

  • Init the struct

    Declaration

    Swift

    public init(host: HostItem)
  • The body of the View

    Declaration

    Swift

    public var body: some View { get }
  • The form for the View

    Declaration

    Swift

    public var form: some View { get }

Kodi HostItem View

  • SwiftUI View to show information about Kodi settings

    See more

    Declaration

    Swift

    struct KodiSettings : View
  • SwiftUI View to show information when no host is selected

    See more

    Declaration

    Swift

    struct NoHostSelected : View
  • SwiftUI View to show information when a host is offline

    See more

    Declaration

    Swift

    struct HostIsOffline : View