SongsView

struct SongsView : View

SwiftUI View for the songs

  • The songs for this View

    Declaration

    Swift

    let songs: [Audio.Details.Song]
  • The optional selected album

    Declaration

    Swift

    let selectedAlbum: Audio.Details.Album?
  • The body of the View

    Declaration

    Swift

    var body: some View { get }