This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

Hi all,

How to set an id locator value to the elements in the iOS app using Xcode.Whats is the procedure to set id values is any particular information site to refer that?Please inform me ....

  • created

    Jan '17
  • last reply

    Jan '17
  • 1

    reply

  • 1.1k

    views

  • 2

    users

  • 1

    like

you need to set "accessibilityIdentifier" for needed elements. for some elements it is easy to make in storyboard (as dev to show) for other you need to do it in code e.g.:

titleCell.accessibilityIdentifier = "titleCell"