
"One of the most frequently used Cocoa classes is NSImage which, as the name suggests, is all about displaying and manipulating image data. The imageNamed: method of this class retrieves an image reference for you - provided that you know the name of the image you're after. Many of the images that can be retrieved via the imageNamed: method have well documented names, but there's a lot of stuff in there that's not well-known. It's those images - including some for Windows - that
I'll be digging into here. I shall also give you source code to a little utility that uses an entirely different mechanism to retrieve images used by OS X."
Member since:
2005-07-08
I'm a complete XCode newbie, and can't figure out how to get Interface Builder to manipulate the window as mentioned briefly in the article, i.e. "drop a NSImageView control onto a window and set the image name to NXdefaulticon." I'm probably missing something simple...