Not sure how to do it in storyboards, but steppers, like segmented controls take their labels from their images so:
[[self.stepper incrementImageForState:UIControlStateNormal] setAccessibilityLabel:@"Increment"];
would work.
Not sure why the default value is button, seems like a bug.
On Sep 13, 2012, at 6:16 PM, Paul J. Adam wrote: It's not possible to set the accessibilityLabel of an iOS UIStepper in a Storyboard. I also tried to manually set it in code but that does not work. All VoiceOver or Accessibility Inspector read out is "Button" for both the +/- buttons.
Am I missing something? Do I need to set the label for each component of the stepper? I don't see how to do that in the docs.
Thanks for any help!
Paul J. Adam
Accessibility Evangelist Deque Systems
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
|