Rahul Iyer
Rahul Iyer

Reputation: 21015

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

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

Upvotes: 1

Views: 391

Answers (2)

BalestraPatrick
BalestraPatrick

Reputation: 10144

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

Upvotes: 1

Aaron Brager
Aaron Brager

Reputation: 66242

No. You must use outlets for this.

Upvotes: 0

Related Questions