AppState
final class AppState
The observable app state for Chord Provider
-
The ID of the app state
Declaration
Swift
var id: String
-
The application settings
Declaration
Swift
var settings: AppSettings
-
Init the class; get application settings
Declaration
Swift
init(id: String)
-
SwiftUI
View
with aToggle
to show the whole last chorus when using a {chorus} directiveDeclaration
Swift
public var repeatWholeChorusToggle: some View
-
SwiftUI
See moreView
with aToggle
to show the whole last chorus when using a {chorus} directiveDeclaration
Swift
struct RepeatWholeChorusToggle: View