---
title: Enhancing the accessibility of your SwiftUI app
framework: accessibility
role: sampleCode
role_heading: Sample Code
path: accessibility/enhancing-the-accessibility-of-your-swiftui-app
---

# Enhancing the accessibility of your SwiftUI app

Support advancements in SwiftUI accessibility to make your app accessible to everyone.

## Overview

Overview note: This sample code project is associated with WWDC24 session 10073: Catch up on accessibility in SwiftUI. Configure the sample code project Open the sample code project in Xcode. Before building it, do the following: Set the developer team for all targets to your team so Xcode automatically manages the provisioning profile. For more information, see Assign a project to a team. Replace the App Group container identifier — group.SwiftUIAccessibilityWWDCSample — with one specific to your team for the entire project. The identifier points to an App Group container that the app and widget use to share data. You can search for group.SwiftUIAccessibilityWWDCSample using the Find navigator in Xcode, and then change all of the occurrences (except those in this README file). For more information, see Configuring app groups.

## See Also

### Sample code

- [Creating accessible views](swiftui/creating-accessible-views.md)
- [Delivering an exceptional accessibility experience](accessibility/delivering_an_exceptional_accessibility_experience.md)
- [Integrating accessibility into your app](accessibility/integrating-accessibility-into-your-app.md)
- [Accessibility design for Mac Catalyst](accessibility/accessibility_design_for_mac_catalyst.md)
