NewTabs
enum NewTabs: String, CaseIterable, Identifiable
The available tabs for the WelcomeView
-
The ID of the tab
Declaration
Swift
var id: String -
Recent opened songs
Declaration
Swift
case recent = "Recent" -
Songs in the file browser
Declaration
Swift
case yourSongs = "Your Songs" -
Templates
Declaration
Swift
case templates = "Templates"
View on GitHub