apps-gorm icon indicating copy to clipboard operation
apps-gorm copied to clipboard

Support for IBOutletCollection()

Open buzzdeee opened this issue 10 months ago • 0 comments

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.

buzzdeee avatar Feb 28 '25 13:02 buzzdeee