KodiSettingView
public struct KodiSettingView : View
SwiftUI View for a KodiSetting
- It needs the
KodiConnectorin the environment - For tvOS, the View must be in a
NavigationStack
-
init: we don’t get it for free
Declaration
Swift
public init(setting: Setting.Details.KodiSetting) -
The body of the View
Declaration
Swift
public var body: some View { get }
View on GitHub
KodiSettingView Structure Reference