I wish I had found this a few years ago.
Cocoa with Love: Demystifying NSApplication by recreating it
Cocoa with Love: Demystifying NSApplication by recreating it
Wouldn’t it be great to have a drawing program on the Macintosh which, after you’ve composed the artwork, can export the drawing commands for Cocoa’s Quartz or the iPhone, so you can cut and paste code to draw the same thing in your program? I thought that would be so cool. And now it turns [...]
So the designer I work with gives me colors to use in our application as a web hex color specification, and I need to put it into my iPhone application as RGB values in the range [0,1]. Or I need to pick some color, and I pick an H=210° color, but I need to plug [...]