Types
- SceneBuilder
- WindowGroup: A scene that presents a group of identically structured windows.
- EmptyView
- UIApplicationDelegateAdaptor: A property wrapper that is used in
App
to provide an application delegate from Swift/Win32. - AnyView: A type-erased view.
- EquatableView: A view type that compares itself against its previous value and prevents its child updating if its new value is the same as its old value.
- Group: An affordance for grouping view content.
- Label
- ViewBuilder
Protocols
- App: A type that represents the structure and behaviour of an application.
- Scene: A part of the application’s user interface.
- View: A type that represents part of your app’s user interface and provides modifiers that you use to configure views.