Skip to content

Commit

Permalink
Update previews
Browse files Browse the repository at this point in the history
  • Loading branch information
akaDuality committed Dec 24, 2023
1 parent 0af83a7 commit 1912a0d
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@Metadata {
@PageImage(
purpose: card,
source: "SwitchControlCover",
source: "Switch Control Preview",
alt: "Switch Control with opened popover with actions: Select All, Deselect, Cut, Copy")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Adds additional commands over graphical UI to control a phone by voice commands.
@Metadata {
@PageImage(
purpose: card,
source: "Voice Control Cover",
source: "Voice Control Preview",
alt: "Switch Control with opened popover with actions: Select All, Deselect, Cut, Copy")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Helps blind or low-visioned persons to use a phone by listening audio descriptio
@Metadata {
@PageImage(
purpose: card,
source: "VoiceOver Cover",
source: "VoiceOver Preview",
alt: "Switch Control with opened popover with actions: Select All, Deselect, Cut, Copy")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Accessibility part of UIKit and SwiftUI frameworks helps developers to represent

## Overview

### Assistive Technologies

There are three main assistance for blind or motion limited users:
@Links(visualStyle: compactGrid) {
- <doc:VoiceOver>
- <doc:VoiceControl>
- <doc:SwitchControl>
}

- **<doc:VoiceOver>** helps blind or low-visioned persons to use a phone by listening audio description of UI and command by different swipes and non-direct touches. Developer prepare text description of the element, iPhone will generate voice description from text.

Expand All @@ -23,21 +31,13 @@ To prototype interaction on early stage of development you can use [VoiceOver De

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

### Assistive Technologies
@Links(visualStyle: compactGrid) {
- <doc:VoiceOver>
- <doc:VoiceControl>
- <doc:SwitchControl>
}

## Tutorials


Step by step practice course.

@Links(visualStyle: detailedGrid) {
- <doc:AdjustableTutorial>
- <doc:AdoptingCell>
- <doc:AdjustableTutorial>
}

@Comment {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,7 @@
}


@Volume(name: "Getting Started") {
@Chapter(name: "Describe elements") {
Simplifies navigation and control over a complex element for VoiceOver

<!-- @Image(source: <#file#>, alt: "<#accessible description#>")-->

@TutorialReference(tutorial: "doc:AdjustableTutorial")
}

@Volume(name: "Getting Started") {
@Chapter(name: "Adopting cell") {
Simplifies navigation and control over a complex element for VoiceOver

Expand All @@ -32,7 +24,7 @@

<!-- @Image(source: <#file#>, alt: "<#accessible description#>")-->

@TutorialReference(tutorial: "doc:AdjustableTutorial")
<!-- @TutorialReference(tutorial: "doc:AdjustableTutorial")-->
}
}

Expand All @@ -50,7 +42,7 @@

<!-- @Image(source: <#file#>, alt: "<#accessible description#>")-->

@TutorialReference(tutorial: "doc:AdjustableTutorial")
<!-- @TutorialReference(tutorial: "doc:AdjustableTutorial")-->
}
}

Expand Down

0 comments on commit 1912a0d

Please sign in to comment.