View your app on different device and font sizes
-
Updated
Oct 6, 2022 - Swift
(Web) Accessibility or eAccessibility (often abbreviated to A11y — this is a numeronym, where the “11” stands for the 11 letters between the first letter “a” and the last letter “y”) is the practice of building inclusive spaces for different people, either by supporting the use of assistive technology (ALT text, ARIA HTML attributes, etc.) or by designing things with multiple ways to access them (color coding + text labels + icons, captions + sign language interpreter), keeping in mind different forms of impairments, disabilities, and difficulties—both temporary and permanent—, users of these space could face and might struggle with while using the space, which include:
<ul>
<li>color blindness/color vision deficiency</li>
<li>blindness/low vision/poor eyesight</li>
</ul>
<ul>
<li>tremors</li>
<li>loss of fine muscle control,</li>
</ul>
<ul>
<li>people who are hard of hearing</li>
<li>deafness</li>
</ul>
<ul>
<li>developmental disabilities</li>
<li>learning difficulties (dyslexia, dyscalculia, etc.)</li>
<li>cognitive disabilities (PTSD, Alzheimer’s)</li>
</ul>
View your app on different device and font sizes
📘A library for isolated developing UI components and automatically taking snapshots of them.
A µFramework for showing alerts like the one used when copying from pasteboard or connecting Apple pencil
Display Apple system-like self-hiding status alerts. It is well suited for notifying user without interrupting user flow in iOS-like way.
A library to empower iOS app control through head gaze without a finger touch
Enable scrolling in the Xcode Simulator!
Easy regression testing for iOS accessibility
Sweet window management for macOS
Keyboard-driven MacOS cursor actuator
QA assistant for a SwiftUI app: change the color scheme, accessibility settings, and localization on the fly!
Unified accessibility API for iOS, macOS, tvOS & watchOS.
Demonstrates iOS SwiftUI Accessibility programming techniques using live good and bad examples that can be tested with VoiceOver and other AT. Includes documentation for developers explaining how to code accessible patterns for iOS.
An iOS application/service that aids navigation through spatialized audio
The Missing SwiftUI Adaptive and Accessible Stacks Library.
Text Formatted Snapshot for Accessibility Experience Testing
Provide ways to limit animations/motion people find jarring in your apps. This repo demonstrates accessible and inclusive iOS animations/motion with practical examples and best practices.
Fonts in iOS made safe, expressive, and dynamic.
Audio-Feedback on Charts for visually impaired Users