I'm trying to select a number of interface elements on the watch randomly (e.g. from 20 UIButtons) in order to modify their properties color etc.
On the iPhone I would have had init a bunch of UIViews with numerical tags so I loop through them or use arcforrandom to select random squares. I understand that there is no tagging in watchkit interface elements. Is there another way to achieve the above?