Paging
enum Paging: String, CaseIterable, Equatable, Codable, Sendable
                The paging of the song view
- 
                  
                  
View the song as a list
Declaration
Swift
case asList - 
                  
                  
View the song in columns
Declaration
Swift
case asColumns - 
                  
                  
The label for the paging
Declaration
Swift
var label: (text: String, sfSymbol: String, help: String) 
View on GitHub