TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What are good resources to learn about iOS app design?

8 pointsby Dramatizeover 13 years ago
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?

6 comments

_piusover 13 years ago
<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>
yottabyte47over 13 years ago
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.
Dramatizeover 13 years ago
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>
ScottWhighamover 13 years ago
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&#38;qid=1328960591&#38;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.
maxstollerover 13 years ago
<a href="http://mobile-patterns.com/" rel="nofollow">http://mobile-patterns.com/</a>
andrewtbhamover 13 years ago
stanford iphone classes<p><a href="http://www.stanford.edu/class/cs193p/cgi-bin/drupal/" rel="nofollow">http://www.stanford.edu/class/cs193p/cgi-bin/drupal/</a>