Mobile Element ID Property for iOS UIView
Last Updated July 20, 2022
Brief Overview
Starting from SDK version 1.18.0 and above, WalkMe Mobile supports setting a property to UIView to set a unique id to your views. When used, WalkMe will rely on the value of the Element ID property to identify elements in Walk-Thrus, segmentation, and Rule-Based Goals.
How to Implement the Element ID Property
Objective C:
someView.__wm__elementID = @"my_unique_element_id" |
Swift:
someView.__wm__elementID = "my_unique_element_id" |
Was this article helpful?
Yes
No
Thanks for your feedback!