I want to start developing IPhone application.
I need to understand something about it – I am working with a graphic designer.
If she supplies the GUI in HTML – will it be easy for me to develop with it?
How does it work? like regular web development?
You could write an app that uses HTML for its UI – in essence you’d simply be wrapping a webkit widget and driving your app from events generated by that UI. However, that’s not going to give you a UI that really takes advantage of the phone.
For that, you need to get down and dirty with Objective C and the Cocoa Touch API for iOS. Another option is using Flash CS5, which is ActionScript based.