http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/iPhoneAccessibility/Testing_Accessibility/Testing_Accessibility.html
Accessibility Inspector is ideal for testing the accessibility of your application during development, but it is no substitute for testing your application with VoiceOver. For one thing, Accessibility Inspector does not speak accessibility information, so you can’t hear how your element descriptions will sound. After you’ve used Accessibility Inspector to make sure that your user interface elements supply the appropriate information, you should test your application on a device, with VoiceOver turned on, to make sure that it behaves as users expect.


Share