Support advancements in SwiftUI accessibility to make your app accessible to everyone.
- Note: This sample code project is associated with WWDC24 session 10073: Catch up on accessibility in SwiftUI.
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 forgroup.SwiftUIAccessibilityWWDCSample
using the Find navigator in Xcode, and then change all of the occurrences (except those in thisREADME
file). For more information, see Configuring App Groups.