General

struct General : View

SwiftUI View with general information

  • The Song

    Declaration

    Swift

    let song: Song
  • The metadata of the Song

    Declaration

    Swift

    private var metaData: [String] { get }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }