Details
struct Details : View
SwiftUI View
for details of an Artist
-
The Artist
Declaration
Swift
let artist: Audio.Details.Artist
-
The body of the
View
Declaration
Swift
var body: some View { get }
-
The content of the
View
Declaration
Swift
var content: some View { get }