Dear all, First of all sorry if this post may sound simplistic but it is my first attempt to develop for any apple platform :) Is there a tool that can be used to create nice looking GUI interfaces that can actually then be imported into Xcode to code the backend of the application? I am asking since I am used to using certain .NET GUI components and tools that made this task simple for people like me that are not really that artistic. I am trying to develop a CRUD Frontend for a MySQL inhouse database. Any help or direction to good resources is greatly appreciated.
GUI design tool
Xcode includes tools to do this. If you create a new nib file (.xib extension) or storyboard, the built-in interface builder can be used to create a control layout.