Paging
enum Paging: String, CaseIterable, Codable
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: some View