Accessibility in iOS

In this section you can find references to accessibility information about iOS, the operating system developed by Apple to power its iPhone. Documentation with regards to specific accessibility features of the device will be available as well. Information on how to make iOS apps accessible will be provided as well.

Resources

Showing results 1 to 12, out of 56.

Support Hardware Keyboards in Your App (WWDC 2020)

Vincenzo Rubano
·

In this video from Apple World Wide Developer Conference (WWDC) 2020, you can discover how to support hardware keyboards for your iPadOS and Mac Catalyst apps: you can learn how the so-called “responder chain” works, how to get up and running with common system keyboard shortcuts, use modifier flags with gesture recognizers, and leverage the raw keyboard event API to respond to key down and key up events.

Read more

Supporting VoiceOver in Your App

Vincenzo Rubano
·

In this guide made available by Apple, you can learn all you need to know to get started adding support for VoiceOver (Apple’s built-in screen reader) to your iOS app.

Read more

What's new in Web Accessibility? (WWDC 2022)

Vincenzo Rubano
·

In this video from Apple World Wide Developer Conference (WWDC) 2022, you can discover some techniques for building rich, accessible web apps by using custom controls, Speech Synthesis Markup Language (SSML), and the dialog element.

Read more

Create Accessible Single App Mode Experiences

Vincenzo Rubano
·

In this video from Apple World Wide Developer Conference (WWDC) 2022, you can learn how to provide more control and accessibility to people using your apps in Single App Mode.

Read more

Add Accessibility to Your Unity

Vincenzo Rubano
·

The Unity UI Accessibility Plugin (UAP) is a plugin that allows you to make the interface of your Unity based games accessible to blind and visually impaired players.

Read more

Unity UI Accessibility PluginDocumentation overview

Vincenzo Rubano
·

In this page from the MetalPopGames website, you can find a lot of (very useful!) tutorials on how to use the Unity UI Accessibility Plugin (UAP) to make the interface of your Unity based game accessible to blind and visually impaired players.

Read more

Unity UI Accessibility Plugin- Basic Tutorial

Vincenzo Rubano
·

In this short video from MetalPopGames, you can learn how to get started making the interface of your [Unity]/https://unity.com) game accessible for blind and visually impaired users by leveraging the Unity UI Accessibility Plugin (UAP).

Read more

Unity UI Accessibility Plugin (UAP)

Vincenzo Rubano
·

The Unity UI Accessibility Plugin (UAP) allows you to make the User Interface (UI) of your Unity based game accessible to blind and visually impaired players on Windows, Android, iOS, Mac and WebGL.

Read more

Accessibility Principles

Vincenzo Rubano
·

All requirements coming from accessibility standards and guidelines can be grouped around some basic principles, which can perhaps be much easier to grasp and consider (especially during the earlier phases of the development process).

Read more