🔰scenes

SwiftUI ⟩ scenes

  • An App instance presents the scenes it contains, while each Scene acts as the root element of a view hierarchy.

  • The system presents scenes in different ways depending on the type of scene, the platform, and the context. A scene might fill the entire display, part of the display, a window, a tab in a window, or something else.

Last updated

Was this helpful?