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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's the best way to learn ObjectiveC for to code iPhone/iPad Apps?

2 点作者 smickie超过 11 年前
I've been coding Ruby for a good 4 years now and would. HTML/CSS/Php for 8. I'd like to think I'm good at it. I want to build a simple iPhone App to start with then maybe something bigger.<p>There's about a million books on Amazon to buy about learning ObjectiveC, and sites like Treehouse for tutorials. I was wondering what the best place to start is?

2 条评论

mchannon超过 11 年前
I&#x27;ve found the best approach is to make it task-oriented.<p>Download xCode.<p>Come up with a simple concept app (stopwatch or alarm clock, for instance), and search out on google examples and tutorials that already do these apps. Figure out how to download them and run them on the simulator.<p>99.99% of every question you&#x27;ll ever have about specific things have already been asked and answered; when you develop these inevitable questions, search them out.<p>Once you get your first app out, try either adding bells and whistles or coming up with new apps.
venomsnake超过 11 年前
If I may suggest a different approach - take a look at cordova. It is a good way to sink your teeth into non high performance apps using your current skill set. This is the road I am travelling right now.