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's the best way to learn ObjectiveC for to code iPhone/iPad Apps?

2 pointsby smickieover 11 years ago
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 comments

mchannonover 11 years ago
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.
venomsnakeover 11 years ago
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.