HeaderView

struct HeaderView : View

SwiftUI View for the header

  • The Song

    Declaration

    Swift

    let song: Song
  • The optional file location

    Note

    Needed to play a song when a ‘musicpath’ is defined

    Declaration

    Swift

    let file: URL?
  • The body of the View

    Declaration

    Swift

    var body: some View { get }
  • SwiftUI View with general information

    See more

    Declaration

    Swift

    struct General : View
  • SwiftUI View with details

    See more

    Declaration

    Swift

    struct Details : View