TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 halfastack将近 7 年前
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 条评论

ijuhoor将近 7 年前
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 未加载
elpakal将近 7 年前
raywenderlich.com has some great, hands on tutorials and is well maintained by Ray and co.