PartsView
struct PartsView: View
SwiftUI View for parts of a line
-
The display options
Declaration
Swift
let settings: AppSettings.Song -
The ID of the section
Declaration
Swift
let sectionID: Int -
The
partsof alineDeclaration
Swift
let parts: [Song.Section.Line.Part] -
The chords of the song
Declaration
Swift
let chords: [ChordDefinition] -
The body of the
ViewDeclaration
Swift
var body: some View
View on GitHub