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

This is what I see in my IB; no tab for accessibility.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
EDIT:
UITableViewdoesn’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
UIViewsubclassed 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: