MainView
struct MainView: View
SwiftUI View for the main content
-
The observable state of the application
Declaration
Swift
private var appState -
The state of the scene
Declaration
Swift
private var sceneState = SceneStateModel(id: .mainView) -
The observable
FileBrowserclassDeclaration
Swift
private var fileBrowser -
The ChordPro document
Declaration
Swift
var document: ChordProDocument -
The optional file location
Declaration
Swift
let file: URL? -
The body of the
ViewDeclaration
Swift
var body: some View -
The main of the
ViewDeclaration
Swift
var main: some View -
Render the song
Declaration
Swift
private func renderSong() async
View on GitHub