Setting accessibilityLabel of a UIWebView
Setting accessibilityLabel of a UIWebView
- Subject: Setting accessibilityLabel of a UIWebView
- From: Ortwin Gentz <email@hidden>
- Date: Mon, 11 Jul 2011 13:40:33 +0200
I'm using a UIWebView subclass to essentially display a formatted test label. I don't wanna use UIWebView's internal VoiceOver labels because they're separated into multiple accessibilty elements. So I just want VO to speak a single text for the entire webView.
I tried to just set the accessibilityLabel property of my webView subclass, but that had no effect.
I also tried to set isAccessibilityElement of my webView subclass to YES, but that had no effect either.
I tried overriding -isAccessibilityElement in my webView subclass always returning YES, but then there were accessibility elements at all.
What should I do? I wanna avoid adding a dummy view just for VO.
Thanks,
Ortwin _______________________________________________
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