Setting the accessibility label of a UIBarButtonItem
Setting the accessibility label of a UIBarButtonItem
- Subject: Setting the accessibility label of a UIBarButtonItem
- From: Justin Williams <email@hidden>
- Date: Fri, 3 Jul 2009 15:26:06 -0500
Hi,
I am trying to adjust the accessibility label of my UIBarButtonItems,
but am hitting a roadblock. The first issue is that it seems odd that
I can't adjust these attributes via Interface Builder.
Short of that, I've tried adjusting them via the following snippet of
code, but the changes aren't picked up via the accessibility inspector
or voiceover on the 3GS. This is on both the standard Apple button
types (Add, Action, etc) and on custom titled/imaged buttons of my own.
[addButtonItem setIsAccessibilityElement:YES];
[addButtonItem setAccessibilityLabel:@"add exercise"];
Any help would be appreciated.
-
Justin Williams
email@hidden
http://secondgearsoftware.com/
-
Check out Today: snapshot view of your daily iCal agenda <http://secondgearsoftware.com/today/
>
-
_______________________________________________
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