Using OmniGraffle to create iPhone toolbar icons
posted by Joel on 06.01.09 @ 11:28 am
Steve Weller has a very nice tutorial along with an OmniGraffle template concerning the making of pixel-perfect icons for iPhone application toolbars up at his site.
Having gone through much the same thing myself using OmniGraffle to create icons and images and the like for Cocoa applications, it’s very nice to see this sort of thing documented well.
Have a look-see for yourself, How to Draw Pixel-Perfect iPhone Toolbar Icons.
Excelsior!
Very nice! This is exactly the kind of thing I was looking for just the other day. Thanks!
By Dennis on 06.01.09 12:15 pm
thanks.. very good information
By Sohbet on 06.01.09 2:00 pm
This is great, but it would be *even greater* if I could script up that multi-step export/import/export process. I looked in the scripting dictionary for Omnigraffle Professional 5 and didn’t see a way to accomplish that.
There is an “import” command, and an “export settings” type, but I didn’t see an “export” command. Am I missing something?
By Brian Hardy on 06.03.09 7:15 am
Brian, you can export using AppleScript by passing additional parameters to the “save” command, e.g.:
Hope this helps!
By Ken Case on 06.03.09 2:20 pm
Thanks, Ken.
Is there a way to specify alternate export settings when exporting via “save”? I see that the application object has a “current export settings” property, but it is read only.
I’ll admit to being an AppleScript newbie.
By Brian Hardy on 06.04.09 7:06 am