I realized that there is no Mac OS UI builder. Can you please tell the best way to create a user interface on Mac OS?
Thanks.
I realized that there is no Mac OS UI builder. Can you please tell the best way to create a user interface on Mac OS?
Thanks.
Since this question is tagged with Marmalade, I can tell you that Marmalade SDK comes with a great UI builder tool for creating .ui files, which you can compare with .xml files for Android or .xib file for iOS.
The Marmalade Studio UI Builder has been removed from the Marmalade SDK.
You can download UI Builder from: https://github.com/marmalade/UI-Builder
More Info: http://docs.madewithmarmalade.com/native/art_tools_reference/uibuilder.html
The 'official' GUI builder tool (beta) doesn't appear to run on os x so I think you have no choice but to create the application gui by hand-editing the xml definitions. I cant find any reference to a third-party tool.
I don't know what you mean by "Mac OS UI builder", but as far as I understand Xcode comes with a tool to build interfaces graphically. It is called "Interface Builder", and it is integrated in Xcode 4. You can find many tutorials about it on the web.
Here a tutorial focusing on the iPhone.
Ive been using vmware fusion to launch the PC version. Not ideal i know, but better than editing by hand. The next point release of Marmalade however is promising a big change in UI building (I predict it will use JS/web view :) ) so i wouldn't expect a UI builder soon if theres a new system coming.