AlbumsView

struct AlbumsView : View

SwiftUI View for the albums

  • The albums for this View

    Declaration

    Swift

    let albums: [Audio.Details.Album]
  • The optional selected album

    Declaration

    Swift

    @Binding
    var selectedAlbum: Audio.Details.Album? { get nonmutating set }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }