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 moreViewfor the progess of the current item in the playerDeclaration
Swift
struct NowPlayingProgressView: View -
Declaration
Swift
struct ProgressTimelineView: View -
The SwiftUI
See moreProgressViewStyleDeclaration
Swift
struct NowPlayingProgressViewStyle: ProgressViewStyle -
Partymode button (forced to audio)
See moreNote
This will set ‘Party Mode’ for audio, I don’t see a use of videos for thisDeclaration
Swift
struct SetPartyMode: View
View on GitHub