SwiftUI Buttons
-
SwiftUI
View
with a button to select a fileNote
A file can be a normal file but also a folderDeclaration
Swift
struct UserFileButton: View
-
SwiftUI
See moreView
with the ‘share’ button’Declaration
Swift
struct ShareButton: View
-
SwiftUI
See moreView
for a PDF preview buttonDeclaration
Swift
struct PreviewPDFButton: View
-
SwiftUI
See moreView
for the Print ButtonDeclaration
Swift
struct PrintPDFButton: View
-
SwiftUI
See moreView
for the metronome buttonDeclaration
Swift
struct MetronomeButton: View
-
SwiftUI
See moreButtons
for helpDeclaration
Swift
struct HelpButtons: View
-
SwiftUI
View
with buttons to resize the editor fontNote
Unfortunately, this cannot be placed in aMenu
because it does not proper update its state.Declaration
Swift
struct FontSizeButtons: View
-
Declaration
Swift
struct ExportSongButton: View
-
SwiftUI
See moreView
with debug buttonsDeclaration
Swift
struct DebugButtons: View
-
SwiftUI
See moreView
with aButton
to select aColor
Declaration
Swift
struct ColorPickerButton: View