Contents

init(content:)

Creates an Assistive Access scene.

Declaration

nonisolated init(@ContentBuilder content: () -> Content)

Parameters

  • content:

    A closure that creates the content for the app when Assistive Access is enabled.

Discussion

When Assistive Access is enabled, the given view is used as the root view of the app.