1

Rather than Ctrl + dragging from interface builder, is there a way to access the child elements of a WKInterfaceGroup programmatically ?

Rahul Iyer
  • 19,924
  • 21
  • 96
  • 190

2 Answers2

1

No, WatchKit doesn't allow you to access interface objects properties programmatically.

BalestraPatrick
  • 9,944
  • 4
  • 30
  • 43
0

No. You must use outlets for this.

Aaron Brager
  • 65,323
  • 19
  • 161
  • 287