views:

293

answers:

5

So I finally got a Mac to play around with and I'm downloading the massive iPhone SDK.

Do any of you iPhone/Mac programmers have a favorite book? Site? Tutorial to get started with?

I haven't touched C code in a long time and have only briefly seem some Objective-C code. I'm a full time asp.net/C# dev, so I have a programming background, just not with objective-c.

Thanks guys!

+3  A: 

I would recommend watching the Stanford Spring 2009 class for iPhone Application Programming. The lectures are available on iTunes.

notnoop
Yeah i've looked into that a bit, but didn't make any sense since I didn't have access to a mac at the time :)
Jack Marchetti
That's an awesome course. Alan and Evan takes you from zero to iphone hero in no time. Just take your time to do the assignments.
Niels Castle
+2  A: 

"Beginning iPhone 3 Development" (Apress) is a nice book and helped me a lot.

Tim
+1 I agree. This book is awesome. Since you're already into OOP, you'll probably also find the book Cocoa Design Patterns to be helpful in becoming familiar with how things are done in Cocoa.
Nimrod
+1  A: 

There is newer iTunesU entry. Video lectures + PDF slides iPhone Application Development (Winter 2010) http://deimos3.apple.com/WebObjects/Core.woa/Browse/itunes.stanford.edu.3124430053.03124430055

vaddieg
A: 

Apple has a couple of nice tutorials to start with: Learning Objective-C: A Primer and Your First iPhone Application

Mark Bessey
+1  A: 

The BYU CocoaHeads club has a really large list of Cocoa-related resources. Some of the tags you might be interested in are:

And, of course, the entire list of tags: http://cocoaheads.byu.edu/resources

Dave DeLong