Details

struct Details : View

SwiftUI View for details of a MusicVideoAlbum

  • The Music Video Album to show

    Declaration

    Swift

    let musicVideoAlbum: Video.Details.MusicVideoAlbum

Body of the View

  • The body of the View

    Declaration

    Swift

    var body: some View { get }

Content of the View

  • The content of the View

    Declaration

    Swift

    var content: some View { get }

Album Item

  • SwiftUI View for a Music Video list item in an Album

    See more

    Declaration

    Swift

    struct ListItem : View