TabItem
enum TabItem: String, CaseIterable
Tab bar items
-
Artists
Declaration
Swift
case artists = "Artists" -
Songs
Declaration
Swift
case songs = "Songs" -
Tags
Declaration
Swift
case tags = "Tags"
View on GitHub