ChordProviderApp

struct ChordProviderApp: App

SwiftUI Scene for Chord Provider

This is the starting point of the application

Note

Each platform has its own body

Scene Windows

  • The window scenes we can open on macOS

    Note

    The ID of a scene we set on on a Window or to open a Window in the environment is a String. This is is asking for troubles, so I use an enum instead.
    See more

    Declaration

    Swift

    private enum AppSceneID: String