I have a NSViewController , in which I wish to create a an IBOutletCollection(NSTextField).
NSViewController
IBOutletCollection(NSTextField)
In my header file, I introduced these lines of
Unfortunately, IBOutletCollection is only supported on iOS. For OS X, you'll have to create a separate outlet for each object, or else come up with an alternate way to reference the text fields in your XIB.