-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6523a9b
commit a6b9d5f
Showing
14 changed files
with
76 additions
and
11 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
31 changes: 31 additions & 0 deletions
31
...es/AccessibilityDocumentation/Documentation.docc/Articles/1.Basic/Navigation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Navigation | ||
|
||
To simplify navigation developer had to achieve several goals: reduce number of elements, fix focus order and support several additional actions | ||
|
||
## Overview | ||
|
||
<!--@START_MENU_TOKEN@-->Text<!--@END_MENU_TOKEN@--> | ||
|
||
### Reduce number of elements | ||
|
||
@Comment { | ||
// TODO: It should be part of <doc:ControlHierarchy> | ||
} | ||
|
||
### Focus order | ||
|
||
### Escape gesture | ||
|
||
### Magic tap | ||
|
||
### Switch control and grouping | ||
|
||
#### VoiceOver supports grouping | ||
|
||
@Comment { | ||
// TODO: Check VoiceOver grouping | ||
} | ||
|
||
## Topics | ||
- <doc:ControlHierarchy> | ||
- <doc:AdoptingCell> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
31 changes: 31 additions & 0 deletions
31
...essibilityDocumentation/Documentation.docc/Articles/2.Advanced/VerticalSwipe.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Vertical Swipe | ||
|
||
Vertical swipe have a lot of possible actions and all of them depends on focus'es context. | ||
|
||
## Overview | ||
|
||
Previously we discussed how to add vertical swipe to any element at <doc:AdjustableElements> and <doc:AdjustableTutorial>. But vertical swipe is so easy to do and can have a lot of other actions. | ||
|
||
### Custom action | ||
|
||
Context actions | ||
|
||
#### Custom action in Voice Control and Switch Control | ||
|
||
Provide icon | ||
|
||
### Custom description | ||
|
||
Secondary description | ||
|
||
### Rotor | ||
|
||
Choose action for vertical swipe | ||
|
||
### Navigation | ||
|
||
A lot of navigation model | ||
|
||
### Text input | ||
|
||
See <doc:TextInput> |
11 changes: 0 additions & 11 deletions
11
...es/AccessibilityDocumentation/Documentation.docc/Articles/Process/Navigation.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.