• White on Black. Inverts the colors on the display. • Mono Audio. Combines the sound of the left and right channels into a mono signal played on both sides. • Speak Auto-text. Speaks the text corrections and suggestions iPhone makes while users type. • Voice Control. Allows users to make phone calls and control iPod playback using voice commands.
user touch • Provides descriptions of elements and actions • Prevents accidents by describing what the user can do, is about to do and what results to expect
accessibility element. • Value - The value of the accessibility element. • Hint - A brief description of the result of performing an action on the accessibility element. • Etc..
accessibility status • Reports accessibility information: label, value and hint. • Also allows reporting of other meta data: trait, frame, activationPoint
object being made accessible. • Two types • What is it? UIAccessibilityTraitButton, UIAccessibilityTraitLink, UIAccessibilityTraitImage, etc • What state does it have? UIAccessibilityTraitNotEnabled, UIAccessibilityTraitUpdatesFrequently
the UIAccessibility protocol • Proxy for screen elements which do not have their own VoiceOver, i.e: Custom drawing, Table cell accessory views • Warning: The frame value should be defined in screen coordinates UIAccessibilityElement