My background is in web design. I'm very comfortable with the limitations and techniques needed to design websites.<p>Where do I start learning how to design apps? How does the UI work? Why do some apps look like Path, while others look like the default UI.<p>Anyone know a good starting point?
<a href="http://designthencode.com" rel="nofollow">http://designthencode.com</a> was good for helping me get it.<p>Also worthwhile to review the WWDC videos available at <a href="http://developer.apple.com" rel="nofollow">http://developer.apple.com</a> and the Stanford iOS course at <a href="http://www.stanford.edu/class/cs193p/cgi-bin/drupal/" rel="nofollow">http://www.stanford.edu/class/cs193p/cgi-bin/drupal/</a>
iOS Human Interface Guidelines<p><a href="https://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/MobileHIG/Introduction/Introduction.html" rel="nofollow">https://developer.apple.com/library/ios/#documentation/UserE...</a><p>Apple recommends reading it all the way through first as opposed to using it as a quick reference on a specific topic.
Here are a few resources I found:<p>Good first intro
<a href="http://mobile.tutsplus.com/tutorials/mobile-design-tutorials/iphone-design-templates/" rel="nofollow">http://mobile.tutsplus.com/tutorials/mobile-design-tutorials...</a><p>_plus's suggestion for designthencode.com was great<p>This was good to play around with layouts
<a href="http://www.teehanlax.com/blog/iphone-gui-psd-v4/" rel="nofollow">http://www.teehanlax.com/blog/iphone-gui-psd-v4/</a><p>This could be good
<a href="http://www.tapptics.com/series/code-custom-graphics-xcode/" rel="nofollow">http://www.tapptics.com/series/code-custom-graphics-xcode/</a>
I think that "From Idea to App" is a good intro to all of the tech behind the UI. It has some code but the main point is to teach the "What you need to know in order to design"<p><a href="http://www.amazon.com/Idea-App-Creating-animations-gestures/dp/0321765559/ref=sr_1_7?ie=UTF8&qid=1328960591&sr=8-7" rel="nofollow">http://www.amazon.com/Idea-App-Creating-animations-gestures/...</a><p>I'm working through it now and I really am enjoying it.