can I set accessibility identifier in interface builder? Xcode4.2
I can only set Accessibility Label in interface builder, but in UI Automation,I need Accessibility Identifier to get the UI elements. any way to do this? In Xcode 7.1 (ios 9.0) you could do it as simple as possible. Please find the image attached. You could simply access it as view.accessibilityIdentifier Joseph The accessibilityIndentifier can be set in IB by using the Identity Inspector tab's 'User Defined Runtime Attributes': Key Path: accessibilityIdentifier Type: String Value: Chosen accessibilityIdentifier text E.g. setting a scroll view to have the accessibility ID 'ScrollView': Note: