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 View

    Declaration

    Swift

    var body: some View
  • Play the songs in the current list

    Declaration

    Swift

    func playSongs(shuffle: Bool)

    Parameters

    shuffle

    Bool to shuffle the list or not