I need about 100 icons inside my application. Would it be logical to have one large image file with all the icons and then somehow split it up into individual NSImage objects? Is there a way to run some code at build time to regenerate the individual icons?
Share
Assuming you are indeed using the icons separately, I think it would be more logical to keep them separated, for a couple of reasons: