Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Accessibility in Interface Builder in Xcode 4.3

I was wondering if anyone knows where the accessibility view in Xcode 4.3 is?

enter image description here

This is what I see in my IB; no tab for accessibility.

like image 425
Doz Avatar asked Dec 06 '25 09:12

Doz


1 Answers

EDIT:

UITableView doesn't have an accessibility drop down because the items inside it (the cell, or actually the label and the buttons and whatever else you put into a custom table view cell) will be the accessibility items the user is looking for.

Original answer:

The accessibility label is available on many various UIView subclassed objects (such as controls like buttons).

If you're looking at the detail for any object in XCode 4's XIB / Interface Builder editor, you'll see a drop down field that looks like the below:

enter image description here

like image 184
Michael Dautermann Avatar answered Dec 09 '25 15:12

Michael Dautermann



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!