ArtistsView
struct ArtistsView: View
SwiftUI View
for the artists
-
The Browser model
Declaration
Swift
private var browser
-
The sorting
Declaration
Swift
private let sorting = SwiftlyKodiAPI.List.Sort(id: "artists", method: .title, order: .ascending)
-
The collection
Declaration
Swift
private var collection: ScrollCollection<AnyKodiItem> = []
-
The body of the
View
Declaration
Swift
var body: some View