Is it possible to get the child elements of a WKInterfaceGroup programmatically?

408 Views Asked by At

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

2

There are 2 best solutions below

0
On BEST ANSWER

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

0
On

No. You must use outlets for this.