EDIT:
UITableView It doesn’t have accessibility disclosures, because the elements inside it (the cell, or, in fact, the label and buttons and everything else that you put in the user’s table view cell) will be the accessibility elements that the user is looking for.
Original answer:
An accessibility label is available for many different UIViewsubclass objects (such as controls, such as buttons).
XCode 4 XIB/Interface Builder, , :
