Skip to content

Commit

Permalink
Add tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
akaDuality committed Dec 9, 2023
1 parent 2c79091 commit b1e1098
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ The main property is `accessibilityLabel` – defines element's name. It should
**Examples:**
- *1.4 billions views* – just the fact under the video
- *Never Gonna Give You Up* song title that describes screen's content
- *Next* for button that skip a song in audio player
- *Pizza Pepperoni* for cell in the menu
- *Next* for button that skip a song in audio player. The button can be just icon, but we provide textual description for it.
- *Pizza Pepperoni* for cell in the menu. The cell can contain an image of the pizza, but we not point on it in textual description, just describe what the cell is about.
- *Size* for segmented control on product card
- *Brightness* for slider in Control Center

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ To prototype interaction on early stage of development you can use [VoiceOver De

![Screenshot of the application](VoiceOverDesigner.png)

## Tutorials

Step by step practice course.

- <doc:AdjustableTutorial>

## Topics

- <doc:DescribeElements>
Expand Down

0 comments on commit b1e1098

Please sign in to comment.