ToolbarView
struct ToolbarView: ViewModifier
SwiftUI ViewModifier
for the toolbar
-
The KodiConnector model
Declaration
Swift
private var kodi
-
Placement of the toolbar
Declaration
Swift
let placement: ToolbarItemPlacement = .automatic
-
The toolbar
Declaration
Swift
func body(content: Content) -> some View
-
The ‘Now Playing’ View
See moreDeclaration
Swift
struct NowPlaying: View
-
SwiftUI
See moreView
for the progess of the current item in the playerDeclaration
Swift
struct NowPlayingProgressView: View
-
Declaration
Swift
struct ProgressTimelineView: View
-
The SwiftUI
See moreProgressViewStyle
Declaration
Swift
struct NowPlayingProgressViewStyle: ProgressViewStyle
-
Partymode button (forced to audio)
Note
This will set ‘Party Mode’ for audio, I don’t see a use of videos for thisDeclaration
Swift
struct SetPartyMode: View