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.

Ask HN: What are your favorite resources for learning iOS development?

2 pointsby halfastackalmost 7 years ago
I know there are some resources from Apple, but my experience with their online getting started wasn&#x27;t the best. Overall, the way it was written didn&#x27;t fit with me. It was a dry, step-by-step instruction cookbook with little explanation behind deeper concepts (presumably to make the getting started fast).<p>How did <i>you</i> learn native-iOS coding? What would you recommend to a developer who wants to get into iOS dev? (i.e. resources presuming previous dev knowledge of loops, control flow, OOP, collections, etc. are OK, even preferable).

2 comments

ijuhooralmost 7 years ago
I tend to learn new things with the objc.io videos (paid subscription to all video. Worth every cent&#x2F;penny) I also subscribed to the iOS dev weekly email by Dave Verwer. nshipster has great content. Also following the right people on twitter leads to great articles.<p>I tend to avoid medium article as there is a lot of noise about the “cool-new-thing-that-everybody-should-do”.<p>If you want to get into iOS programming, find an app that you like that seems easy enough and try to recreate it. Also don’t follow blindly random tutorial. Try to understand what you are trying to achieve and how other (more than one) people solved it.
评论 #17803943 未加载
elpakalalmost 7 years ago
raywenderlich.com has some great, hands on tutorials and is well maintained by Ray and co.