Posts

Showing posts from July, 2018

iOS Accessibility Tutorial: Getting Started

Image
Repost from https://www.raywenderlich.com/142058/ios-accessibility-tutorial Developers constantly strive to make amazing, intuitive and immersive apps for users. But are developers really building for every  possible  user? Can  everyone  truly use your app to its full ability? An accessible approach to designing apps, products or any kind of services lets people use those products — regardless of ability. This includes people with vision, motor, learning, or hearing disabilities. Apple continues to provide developers with new and updated tools to design with accessibility in mind. Take a moment to watch this  inspiring introductory video  from Apple (8 mins). In this iOS accessibility tutorial you will start off with a finished  recipe app  and transform it to become more accessible. You will learn the following: How to use VoiceOver. How to use the Accessibility Inspector. How to use the accessibility elements with UIKit. ...