Re: Can't set a UILabel to not be accessible
Re: Can't set a UILabel to not be accessible
- Subject: Re: Can't set a UILabel to not be accessible
- From: David Dunham <email@hidden>
- Date: Fri, 05 Jul 2013 16:09:13 -0400
Weird, I have code which is
label = [self smallLabelWithText: @"Ours" bold: NO top: &top left: usLeft width: valueWidth];
label.textAlignment = UITextAlignmentRight;
label.isAccessibilityElement = NO;
[fScroller addSubview: label];
and it seems just fine (the extraneous label gets skipped).
Can you change the accessibilityLabel to @"" as a workaround?
David Dunham
Twitter: @radiofreelunch http://www.pensee.com/dunham/
_______________________________________________
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