Hi,

to prevent me from defining 
@property (weak) IBOutlet NSImageView *imagePartyMember0;
@property (weak) IBOutlet NSImageView *imagePartyMember1;
@property (weak) IBOutlet NSImageView *imagePartyMember2;
@property (weak) IBOutlet NSImageView *imagePartyMember3;
@property (weak) IBOutlet NSImageView *imagePartyMember4;
@property (weak) IBOutlet NSImageView *imagePartyMember5;

it was suggested to me to use:
@property (strong) IBOutletCollection(NSImageView) NSArray *partyMemberImages;

Awesome, that builds, however, When trying to drag n drop a connection 
from the Class to the second NSImageView, I only have the "disconnect" button, 
allowing me to disconnect the first connected NSImageView, then afterward 
connect the second.

Does Gorm support IBOutletCollection() ?

Of the first pattern, I actually have quite a lot, so using IBOutletCollection 
would help dramatically to reduce the number of outlets in my .gorm files 
dramatically.

thanks,
Sebastian


Reply via email to