UIPickerViewAccessibilityDelegate
UIPickerViewAccessibilityDelegate
- Subject: UIPickerViewAccessibilityDelegate
- From: Kenny Carruthers <email@hidden>
- Date: Thu, 31 Jan 2013 18:47:10 -0800
UIPickerViewAccessibilityDelegate allows users of a UIPickerView to set the accessibility label and the accessibility hint for a component in a UIPickerView.
However, it appears that Voice Over injects additional information regarding the possible range of component items when reading back the accessibility state of a UIPickerView component.
For example: I have a UIPickerView with a component that represents the numbers 1-20. When Voice Over reads back this component, I get the following (Assuming '11' is selected):
"11. 11 of 20. Picker Item. Adjustable. Swipe up or down to adjust the value."
Is there anyway to have Voice Over *not* inject "11 of 20"? No amount of playing around with the label, value or hint of the components or labels inside of those components seems to disable that injection.
(Side note: In applications like "Clock", this additional information is not read back.)
Any help would be appreciated as this issue is causing an application to fail a 508 compliancy test that it is required to pass. (The reported failure is due to that information causing confusion to the tester/user.)
(Ideally a solution that is iOS4 compatible would be ideal, but I'll settle for anything right now.)
Thank you.
Sincerely,
Kenny
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden