Support
Welcome to WalkMe support

Please login in order to continue:

Work flows better with WalkMe
Work flows better with WalkMe.

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.

Note that a prerequisite of using the API is importing WalkMeSDK.

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?

Thanks for your feedback!

Be part of something bigger.

Engage with peers, ask questions, share ideas

Ask the Community
×