GUI Design Software?
I'm looking for an easy to use application that can be used for designing graphical user interfaces. At this point I would only like to do mockups fairly easily and quickly. I know of Interface Builder, but are there other alternatives? How easy is it to design different looking GUIs (e.g. like iTunes, Garageband, Safari, Disco...) using Interface Builder?
Comments
I'm looking for an easy to use application that can be used for designing graphical user interfaces. At this point I would only like to do mockups fairly easily and quickly. I know of Interface Builder, but are there other alternatives? How easy is it to design different looking GUIs (e.g. like iTunes, Garageband, Safari, Disco...) using Interface Builder?
I use a mix of Interface Builder and Photoshop for doing non-functional mockups. Or, sometimes I will make a bare-bones Cocoa application with images to stand in for custom views to demonstrate how a UI might work.
Also, Apple does a lot of interactive mockups using Director (which you could use Flash for). I personally find it easier just to code in Objective-C when I need to test interactive widgets.