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 }

Body of the View

  • The body of the View

    Declaration

    Swift

    var body: some View { get }