I'm tring to use IBOutletCollection to connect multiple interface views. Like this one:
@property (weak, nonatomic) IBOutletCollection(WKInterfaceLabel)
NSSet *interfaceLables;
But that doesn't show on interface builder, so I cannot use it. Is there any way I could use it with WatchKit Extension?