Skip to content

Commit

Permalink
some very minor marks
Browse files Browse the repository at this point in the history
  • Loading branch information
crescentheaded committed Mar 29, 2024
1 parent cba284a commit 4e1eb30
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,12 @@
@Chapter(name: "Activism") {
@Image(source: chapter-placeholder.png, alt: "")
<doc:AccessibilityActivism>

Burn some shit in front of your пенсионный фонд.

@TutorialReference(tutorial: "doc:AccessibilityActivism")
@TutorialReference(tutorial: "doc:AccessibilitySettingsStatistics")

}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
@Tutorial(time: 15) {
@Intro(title: "Accessibility Settings Statistics") {
<#text#>

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

@Section(title: "<#text#>") {
@ContentAndMedia {
<#text#>

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

@Steps {
@Step {
<#text#>

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

@Step {
<#text#>

@Code(name: "<#display name#>", file: <#filename.swift#>)
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Switch Control

Operate an iPhone by using various switches
Navigate through iOS by using various switches

@Comment {
https://www.youtube.com/watch?v=XB4cjbYywqg
Expand All @@ -23,10 +23,13 @@ Operate an iPhone by using various switches
label: "General Knowledge")
}

**Switch Control** is a feature that allows to operate an **iPhone** using *switches*. **Switch** is a *receptive device* that takes a signal sent by its user and passes it forward as a **controlling action input**.
**Switch Control** is a feature that allows to operate an iOS device using *switches*. **Switch** is a *receptive device* that takes a signal sent by its user and passes it forward as a **controlling action input**.

[![Alternate Text](sady)](https://www.youtube.com/watch?v=XB4cjbYywqg)

### Switch Access Scanning
Typing on keyboard, touching a screen and using pointers to move a cursor are examples of direct selection techniques. On the contrary, there is indirect selection: such methods firstly scan the collection of items. Switch access, just as screen-reading technology enables manual or automated scanning of the elements on the screen.

### Variety of Switches
Anything sensitive to human *intentional* input may be used as a switch. It may be a **button**, a **pedal** (foot switch), a hardware **interface sensitive to breathing or muscle contraction**, **face recognition software** and **eye tracking devices** -- literally whatever that is able to *recognise signals* sent by its user.

Expand Down Expand Up @@ -125,7 +128,6 @@ An important notice: **switches cannot be connected to a computer directly**. In
An iPhone *itself* can be used as various switches, since the device is *receptive* to a wide range of inputs due to diverse **sensors**, such as a **gyroscope**, an **accelerometer**, **FaceID powered camera**, and so on, are *built* into the phone.
@Video(source: placeholder-video, alt: "")


### Gliding Cursor
**Gliding Cursor** is a controlling mode for Switch Control that allows to navigate within *inaccessible* applications or to perform **item selection of *high* precision**. The mode enables navigation by selecting a *point* on a screen by **scanning crosshairs**.
@Video(source: placeholder-video, alt: "")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ To know more about *specific features*, their concepts and implementations visit
- <doc:AssistiveAccess>
}

### Community Guidelines
### Community Practices
Finally, we came to the point where stating the purpose of this book is possible. [**iOS Accessibility Handbook**](https://vodgroup.github.io/AccessibilityDocumentation/documentation/iosaccessibilityhandbook) is a collection of guidelines of how to develop software for iOS which supports [**Accessible Features**](<doc:AccessibilityFeatures>) and promotes [**accessible design**](<doc:AccessibleDesign>).
@Image(source: human-interface-guidelines, alt: "")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,5 @@ Reading the book one may sometimes notice screenshots of iOS applications with *

### Activism
- <doc:AccessibilityActivism>
- <doc:AccessibilitySettingsStatistics>

0 comments on commit 4e1eb30

Please sign in to comment.