apps-gorm
apps-gorm copied to clipboard
Support for IBOutletCollection()
In the header of the UI element define property:
@property (strong) IBOutletCollection(NSImageView) NSArray *multipleUIItems;
Above builds fine in the application, but can't make use of it in Gorm.
Then in Gorm it would be nice to create that outlet multipleUIItems, allowing me to connect multiple UI items to the same outlet.