---
title: "init(content:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/assistiveaccess/init(content:)"
---

# init(content:)

Creates an Assistive Access scene.

## Declaration

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

## Parameters

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

## Discussion

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