with the newer sdk we can see a menu named accessibility in identity inspector.What does it do and how we can use it in application?
with the newer sdk we can see a menu named accessibility in identity inspector.What
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That menu is part of the accessibility interface, which allows you to make your application more usable by those with disabilities.
Through the various components, including attributes like labels to hook in to the VoiceOver system, traits to describe a control’s position and state, hints to describe the uses of a control, zoom, high contrast modes, and much more, you can significantly improve the accessibility of your application (in addition to providing some benefits to those who happen to like these features even if they have no disability).
The Accessibility Programming Guide for iPhone OS provides all the details and a great jumping off point to get started with accessibility in iPhone development.