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 }
-
SwiftUI View to show information about Kodi settings
See moreDeclaration
Swift
struct KodiSettings : View
-
SwiftUI View to show information when no host is selected
See moreDeclaration
Swift
struct NoHostSelected : View
-
SwiftUI View to show information when a host is offline
See moreDeclaration
Swift
struct HostIsOffline : View