Re: Custom UITableViewCell
Re: Custom UITableViewCell
- Subject: Re: Custom UITableViewCell
- From: Chris Fleizach <email@hidden>
- Date: Wed, 28 Mar 2012 11:57:12 -0700
Looks like a bug.
I think if you explicitly set
label1.isAccessibilityElement = YES
then ideally it should work.
We'll try to resolve that for a future release, but also file a bug request if possible.
On Mar 28, 2012, at 10:18 AM, Ortwin Gentz wrote:
> I have a UITableViewCell with the following subview hierarchy:
>
> UITableViewCell
> CustomView1
> * UILabel1
> * CustomView2
> * UILabel2
> * UITextView
>
> I wanna prevent the cell from being accessible per se but want to specify accessibility attributes for the * marked views. No matter how I try, the cell itself is automatically made accessible with an accessibility label that consists of the values of UILabel1 and 2 concatenated with ", " in between. When hovering over the UILabels, they aren't accessible specifically.
>
> Accessibility of CustomView2 and UITextView works as expected.
>
> Is there some magic going on behind the scenes? And can I disable that magic somehow?
>
> 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
_______________________________________________
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