PrintSongView

struct PrintSongView : View

SwiftUI View for the Print Button

  • The scene

    Declaration

    Swift

    @FocusedObject
    private var sceneSate: SceneState? { get }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }
  • Show a Print Dialog for the current Song

    Note

    Only in use for macOS, on iPadOS, printing is available via the Share Sheet

    Declaration

    Swift

    static func printDialog(song: Song)

    Parameters

    song

    The Song to print