HeaderView
struct HeaderView: View
SwiftUI View for the header
-
The AppState model
Declaration
Swift
private var appState -
The KodiConnector model
Declaration
Swift
private var kodi -
The Browser model
Declaration
Swift
private var browser -
The body of the
ViewDeclaration
Swift
var body: some View -
Play the songs in the current list
Declaration
Swift
func playSongs(shuffle: Bool)Parameters
shuffleBool to shuffle the list or not
View on GitHub