Skip to content

Commit

Permalink
Adjustable
Browse files Browse the repository at this point in the history
  • Loading branch information
akaDuality committed Dec 11, 2023
1 parent 2a72c63 commit 6e61a35
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Simplifies interactions with a complex element for VoiceOver.
## Overview

By default any element can contains ``AccessibilityDocumentation/`` to expose additional data for user. Some elements come complicated and can contain dynamic value, controlled by vertical swipe. Examples:
By default any element can contain ``UIAccessibilityTraits_/adjustable`` trait to expose additional data for user. Some elements come complicated and can contain dynamic value, controlled by vertical swipe. Examples:
- Slider
- Stepper
- Any horizontal carousel
Expand Down Expand Up @@ -44,6 +44,7 @@ var accessibilityTraits: UIAccessibilityTraits {
}
```

See tutorial <doc:AdjustableTutorial>

// TODO: Visual Samples
// TODO: Selection follow focus
// TODO: Delete this line

0 comments on commit 6e61a35

Please sign in to comment.