Contents

body

The content and behavior of the scene’s interface.

Declaration

@MainActor @preconcurrency var body: Self.Body { get }

Discussion

For the body of your scene, specify a PrimitiveAppExtensionScene structure with the contents you want to display. You can also use that structure to configure an XPC connection for handling any interface-related data exchanges.

See Also

Configuring the app extension