HeaderView

struct HeaderView : View

SwiftUI View for the header

  • The songs for this View

    Declaration

    Swift

    @Binding
    var songs: [Audio.Details.Song] { get nonmutating set }
  • The optional selected album

    Declaration

    Swift

    let selectedAlbum: Audio.Details.Album?
  • The body of the View

    Declaration

    Swift

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

    Declaration

    Swift

    func playSongs(shuffle: Bool)

    Parameters

    shuffle

    Bool to shuffle the list or not