SongView

struct SongView : View

SwiftUI View for the song

  • The Song

    Declaration

    Swift

    let song: Song
  • The scale factor of the View

    Declaration

    Swift

    @SceneStorage
    var scale: Double { get nonmutating set }
  • Song background material

  • Song background material

    Declaration

    Swift

    let material: Material
  • Pinch to zoom gesture

    Declaration

    Swift

    var magnificationGesture: some Gesture { get }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }