Live data from Hacker News

Ask HN: iOS developers, where did you learn?

news.ycombinator.com

1–10 of 15 posts

Re: Ask HN: iOS developers, where did you learn?

#8
I think the iOS Books from Big Nerd Ranch are really worth the money. Just build an app while you are reading it, and at the end you should have a solid fundament to continue learning.

Also the Stanford online courses are really really good.

But dont mix to many sources.

Re: Ask HN: iOS developers, where did you learn?

#10

Start by making an app you want, then when you get stuck on a certain feature (eg: how to get GPS location?) then you google / stack overflow it. After completing multiple apps, you should have a long lasting grasp on multiple iOS dev concepts.

This is really the best way to go, it’s how I did it.

Tutorials are nice but it’s too easy to watch them and go “yeah I get it” - Never actually implement what they’re saying because you convince yourself that understanding is all you need, but no implementation (because it’s ‘boring’) means no spaced repetition and you forget most of the material.

Code, get stuck, google, implement, <= that cycle forces you to code it and the delay of you doing this writes it to your memory better

Post reply on HN