Details
struct Details : View
SwiftUI View with details of the StartView
-
The KodiConnector model
Declaration
Swift
@Environment private var kodi: KodiConnector { get } -
Rotate the record
Declaration
Swift
@State private var rotate: Bool { get nonmutating set }
-
The body of the
ViewDeclaration
Swift
var body: some View { get }
View on GitHub
Details Structure Reference