PlayerButtons

struct PlayerButtons : View

SwiftUI View with optional player buttons

  • The Song

    Declaration

    Swift

    let song: Song
  • The optional file location

    Declaration

    Swift

    let file: URL?
  • The body of the View

    Declaration

    Swift

    var body: some View { get }
  • Get the URL for the music file

    Declaration

    Swift

    private func getMusicURL() -> URL?

    Return Value

    A full URL to the file, if found