<!--
{
  "documentType" : "article",
  "framework" : "Accessibility",
  "identifier" : "/documentation/Accessibility/customized-accessibility-content",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Customized accessibility content"
}
-->

# Customized accessibility content

Customize your apps to deliver accessibility information to your users in measured
portions as they need it.

## Discussion

The Custom Content API is useful for delivering accessibility information from complex
data sets to your users in measured portions. Using this API allows you to leverage
assistive technologies to present only the accessible content your app’s users need,
when they need it.

For example, in a photography app, you may want the user to know the date, time,
orientation, and shutter speed for a photo. However, the user might not always need
that complete set of information. Using the custom content provider in your app lets
the user experience the content in way that’s more appropriate for an assistive technology.

## Topics

### Custom accessibility content

[`AXCustomContent`](/documentation/Accessibility/AXCustomContent)

Objects that define custom content and the timing of its output.

[`AXCustomContentProvider`](/documentation/Accessibility/AXCustomContentProvider)

The interface for customizing the accessibility content.

[`AXCustomContentReturnBlock`](/documentation/Accessibility/AXCustomContentReturnBlock)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)