Set the accessibility attributes on UIBarButtonItem
accessibility, iphone, objective-c
Solution
You can use the "User defined runtime attributes" and specify your accessibility information there:
Problem
I have several UIBarButtonItem objects in Interface Builder, and I cannot find any option to set the accessibility label or hint for these buttons. How can I set these attributes?