0

In my appdelegate.h I have a pretty humble IBOutletCollection of NSViews as such:

@property (nonatomic, strong) IBOutletCollection(NSView) NSArray *views;

However whenever I go to my mainmenu.xib, the Outlet Collections sublist is nowhere to be found on the App Delegate object's connections. Dragging views to the app delegate doesn't bring up the outlet either, even though the outlet circle beside the line numbers inside the editor is visible at that line.

Is anyone else experiencing this problem? This is in beta 5 with objective-c.

Luke
  • 4,908
  • 1
  • 37
  • 59
  • It's not a "binding", it's a connection. – matt Aug 10 '14 at 00:14
  • @matt my bad, I always get the two mixed up. Just to confirm, I meant to say I was looking in the connections tab (the draggable outlets tab) – Luke Aug 10 '14 at 00:16

0 Answers0