Custom UITableViewCell
Custom UITableViewCell
- Subject: Custom UITableViewCell
- From: Ortwin Gentz <email@hidden>
- Date: Wed, 28 Mar 2012 19:18:21 +0200
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