我正在尝试使用 IBOutletCollection 连接多个界面视图。像这个:
@property (weak, nonatomic) IBOutletCollection(WKInterfaceLabel)
NSSet *interfaceLables;
但这并没有显示在界面生成器上,所以我不能使用它。有什么办法可以将它与 WatchKit Extension 一起使用吗?
我正在尝试使用 IBOutletCollection 连接多个界面视图。像这个:
@property (weak, nonatomic) IBOutletCollection(WKInterfaceLabel)
NSSet *interfaceLables;
但这并没有显示在界面生成器上,所以我不能使用它。有什么办法可以将它与 WatchKit Extension 一起使用吗?