AppStateID
enum AppStateID: String
The ID of the app state
Note
Used to load and save the settings in the cache-
MainViewsettingsDeclaration
Swift
case mainView = "Main Settings" -
exportFolderViewsettingsDeclaration
Swift
case exportFolderView = "Export Settings" -
ChordsDatabaseViewsettingsDeclaration
Swift
case chordsDatabaseView = "Database Settings"
View on GitHub