ExportSongButton
struct ExportSongButton: View
SwiftUI View with a button for a Song export
-
The observable state of the scene
Declaration
Swift
private var sceneState: SceneStateModel? -
Present an export dialog
Declaration
Swift
private var exportFile = false -
The song as PDF
Declaration
Swift
private var pdf: Data? -
The body of the
ViewDeclaration
Swift
var body: some View
View on GitHub