MainView
struct MainView: View
SwiftUI View
for the main content
-
The app state
Declaration
Swift
private var appState
-
The scene state
Declaration
Swift
private var sceneState
-
The observable
FileBrowser
classDeclaration
Swift
private var fileBrowser
-
The ChordPro document
Declaration
Swift
var document: ChordProDocument
-
The body of the
View
Declaration
Swift
var body: some View
-
Render the song
Declaration
Swift
private func renderSong()