What's the best way to learn Objective-C from scratch--no programming background at all--to write a very professional, smooth, and beautiful looking app?
Is Objective-C easier than C? C++? (I don't know what I'm talking about.)
My advise: Get some programming experience. Jumping straight into iPhone programming without experience is almost impossible. I recommend starting with simple codes such as: (and in order from easiest+)
HTML
Javascript
PHP
Visual Basic
Objective C (Different from negative C!)
My recommendation http://www.w3schools.com to start and going up from there. Look around the forums for others who asked the same thing.
Then learn a lesser language on a different platform. Write some simple applications for your computer to learn how to program, then move to Objective-C for the iPhone.
Thats what I did