Skip to content

Commit

Permalink
Add documents
Browse files Browse the repository at this point in the history
  • Loading branch information
akaDuality committed Dec 17, 2023
1 parent 6523a9b commit a6b9d5f
Show file tree
Hide file tree
Showing 14 changed files with 76 additions and 11 deletions.
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>
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>

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,22 @@ Step by step practice course.

## Topics

### Assistive Technologies
- <doc:VoiceOver>
- <doc:VoiceControl>
- <doc:SwitchControl>

### Basic
- <doc:DescribeElements>
- <doc:ControlHierarchy>
- <doc:VisualProperties>
- <doc:Navigation>
- <doc:SpecificProperties>

### Advanced
- <doc:AdjustableElements>
- <doc:VerticalSwipe>

Tutorial:
- <doc:AdjustableTutorial>

0 comments on commit a6b9d5f

Please sign in to comment.