What are good resources to learn about iOS app design?
6 comments
Here are a few resources I found:
Good first intro http://mobile.tutsplus.com/tutorials/mobile-design-tutorials...
_plus's suggestion for designthencode.com was great
This was good to play around with layouts http://www.teehanlax.com/blog/iphone-gui-psd-v4/
This could be good http://www.tapptics.com/series/code-custom-graphics-xcode/
Good first intro http://mobile.tutsplus.com/tutorials/mobile-design-tutorials...
_plus's suggestion for designthencode.com was great
This was good to play around with layouts http://www.teehanlax.com/blog/iphone-gui-psd-v4/
This could be good http://www.tapptics.com/series/code-custom-graphics-xcode/
iOS Human Interface Guidelines
https://developer.apple.com/library/ios/#documentation/UserE...
Apple recommends reading it all the way through first as opposed to using it as a quick reference on a specific topic.
https://developer.apple.com/library/ios/#documentation/UserE...
Apple recommends reading it all the way through first as opposed to using it as a quick reference on a specific topic.
http://designthencode.com was good for helping me get it.
Also worthwhile to review the WWDC videos available at http://developer.apple.com and the Stanford iOS course at http://www.stanford.edu/class/cs193p/cgi-bin/drupal/
Also worthwhile to review the WWDC videos available at http://developer.apple.com and the Stanford iOS course at http://www.stanford.edu/class/cs193p/cgi-bin/drupal/
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"
http://www.amazon.com/Idea-App-Creating-animations-gestures/...
I'm working through it now and I really am enjoying it.
http://www.amazon.com/Idea-App-Creating-animations-gestures/...
I'm working through it now and I really am enjoying it.
stanford iphone classes
http://www.stanford.edu/class/cs193p/cgi-bin/drupal/
http://www.stanford.edu/class/cs193p/cgi-bin/drupal/
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.
Anyone know a good starting point?