vote up 1 vote down star
3

My programming experience is limited to xhtml, css, php, sql and some javascript. The books I have are:

  • Programming in Objective-C 2nd Edition
  • Beginning iPhone Development
  • Cocoa(R) Programming for Mac(R) OS X (Paperback)

Is there anything else I will need to get started on my journey into iPhone/OS X development?

flag

4 Answers

vote up 4 vote down

I recently completed the free iPhone Application Programming (iTunes link) video lecture from Stanford University. It is a great course and well worth the download time. Class assignments are available on the course website as well. I highly recommend it for any beginning or intermediate iPhone developer.

link|flag
vote up 3 vote down

I definitely recommend the latest edition (currently the third) of Aaron Hillegass' book, "Cocoa Programming for Mac OS X". I've got all three editions; he's been a Cocoa/ObjC trainer for longer than it's been called Cocoa and really knows his stuff. It looks like you already have it, so take a deep look - the exercises are well worth following.

For iPhone, I've been following the beta of Bill Dudney et al's book, "iPhone SDK Development". It's good, if you're going to focus on the iPhone then I'd start here rather than Hillegass but it'd be good to have that one (and an ObjC book) to hand as a cross-check.

link|flag
Thank you Graham. Just to confirm everything looks good including my Objective-C text? – twinbornjoint Jul 4 at 6:56
I haven't read the 2nd edition, but the first was good (except he kept using Object instead of NSObject in the first half). I've heard good things about it. – Graham Lee Jul 4 at 7:53
vote up 2 vote down

I can recommend iPhone SDK programming by Bill Dudney, Chris Adamson, Marcel Molina for a start. The video recordings at Stanford of the iPhone programming lecture (iTunes link) are worth a look, too. Besides that you should read a lot of the Apple docs at ADC and blog posts about specific details of the framework and external frameworks like the UI addionts from the Facebook.app author: Three20

link|flag
vote up 1 vote down

I come from a web dev background and just started picking up iPhone dev as well. Here are the top three resources I've used in the past couple weeks to get up to speed:

  1. Beginning iPhone 3 Development: Exploring the iPhone SDK - I realize this may be the same book you mention that you've already read, but the linked version is an update to cover the changes introduced in the recently released iPhone 3.0 SDK. It's only available as an eBook right now, but that's good because you can cut and paste code examples to help you get rolling more quickly. I had a copy of the old version of this book and found it worth my while to get the 3.0 version as some of the code examples are deprecated and there are some new technologies in the 3.0 SDK that they give some brief but helpful coverage to, like Core Data.

  2. Apple's iPhone Developer Documentation - Good when viewed through a web browser but much better when downloaded through xCode and browsed locally. Reading through the code snippets and guides really helped me turn the corner on some basic technologies like Core Data on the iPhone.

  3. When the documentation, guides, and tutorials I was going over got too dry and boring and my brain needed a rest, I would flip on an episode of the Stanford University iTunes Course. iTunes link

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.