Contents

Body

The type of scene representing the content of the app.

Declaration

associatedtype Body : Scene

Discussion

When you create a custom app, Swift infers this type from your implementation of the required body property.

See Also

Implementing an app