up vote 270 down vote favorite
498
share [g+] share [fb]

I am looking for an introduction into developing for the iPhone. Any recommendation? I do not speak Objective-C either, so tutorials on that would not hurt either.

link|improve this question
6  
Most of the contents / links are out of date! – Jeff Nov 23 '10 at 12:12
1  
I didn't know speaking in Objective-C was actually possible! – joshim5 Jan 16 '11 at 6:11
1  
@Jeff - such links frequently are out of date, which is why questions like this on SO are not a good thing. – Abizern Aug 5 '11 at 9:39
show 1 more comment
feedback

protected by Will Jul 23 '10 at 17:02

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

31 Answers

1 2
up vote 230 down vote accepted

I collected some links I used to start with iPhone development:

And don't forget all the "Geting Started" articles on Apple's Developer Connection. Here is the "Getting Started with iPhone OS" tutorial.

Update 2011

  • iPhone Tutorials: a lot of good tutorials for beginners, intermediate programmers and game developers
link|improve this answer
2  
The "How to jump start iphone development" is a broken link – Roee Adler Aug 30 '09 at 17:16
show 11 more comments
feedback

I hope the collection below will help:

1) Blogs on iPhone development:

http://www.cimgf.com/

http://mycodeteacher.com/

http://iphonedevelopment.blogspot.com/

http://iphoneincubator.com/blog/

http://iphone.zcentric.com/

http://iphoneproghelp.blogspot.com/ (Programming Tutorial)

http://icodeblog.com/ (Programming Tutorial)

http://idevrecipes.com/

2) iPhone Source Code:

http://www.theiphonedev.com/SourceCode/tabid/143/Default.aspx

3) Community:

http://www.iphonekicks.com/

https://devforums.apple.com/

http://iphonedevsdk.com/

4) News:

http://mobileorchard.com/

http://theappleblog.com/

5) Jail breaking/Hacking:

http://theiphoneproject.org/

6) Open source libraries and Applications:

http://www.codingventures.com/2008/12/useful-open-source-libraries-for-iphone-development/#more-43

http://www.sourcemac.com/

http://www.codeplex.com/

Face Detection: http://niw.at/articles/2009/03/14/using-opencv-on-iphone/en

Bar Code: Is there a barcode recognition framework for iOS?

Rating: http://github.com/eisernWolf/TouchCustoms

http://github.com/erica/iphone-3.0-cookbook-

Is there a gallery of reusable iPhone components on the web?

http://mattgemmell.com/source

Are there any Open-source iPhone applications around?

Open source iOS components? Reusable views, controllers, buttons, table cells, etc?

http://www.cocoacontrols.com/

http://open.iphonedev.com/

http://www.opensourceresources.org/

http://www.raywenderlich.com/tag/sample-code

Three 20: http://github.com/facebook/three20

Tapku Library: http://github.com/devinross/tapkulibrary

7) Topic-wise:

App Store: https://developer.apple.com/appstore/resources/approval/guidelines.html

GIF Support: http://stackoverflow.com/questions/1379818/how-can-i-make-an-animated-gif-with-the-iphone-sdk

In App Purchase: http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/

IP Address: http://www.iphonedevsdk.com/forum/iphone-sdk-development/5293-get-current-ip-address.html

Page Curl Animation: What iPhone OS APIs could I use to implement a transition animation similar to the iBook page flip transition?

TTF Font http://github.com/zynga/FontLabel

Rotate Label: http://iphonedevelopment.blogspot.com/2009/12/better-two-finger-rotate-gesture.html

Speech Recognition - 1: http://cmusphinx.sourceforge.net/

Speech Recognition - 2: http://www.politepix.com/openears/

Operation and Thread: http://www.cimgf.com/2008/02/16/cocoa-tutorial-nsoperation-and-nsoperationqueue/

Web service: http://icodeblog.com/2008/11/03/iphone-programming-tutorial-intro-to-soap-web-services/

Code Analyzer: http://clang.llvm.org/StaticAnalysis.html

Game Center: http://mobile.tutsplus.com/tutorials/iphone/ios-sdk-game-center-achievements-and-leaderboards-part-1/

SMS Chat: https://github.com/acani/AcaniChat

Rotating Knob: https://github.com/hollance/MHRotaryKnob

8) Game Development with Cocos2D:

http://code.google.com/p/cocos2d-iphone/

http://blog.sapusmedia.com/search/label/cocos2d

http://iphonesdkdev.blogspot.com/2009/01/xcode-template-for-cocos2d.html

http://monoclestudios.com/cocos2d_whitepaper.ht

http://lethain.com/entry/2008/oct/03/notes-on-cocos2d-iphone-development/

http://lethain.com/entry/2008/oct/20/touch-detection-in-cocos2d-iphone/

Open GL: http://web.me.com/smaurice/AppleCoder/iPhone_OpenGL/Archive.html

9) Drawing Charts and Graphs

http://code.google.com/p/core-plot/

http://code.google.com/p/s7graphview/

http://github.com/duivesteyn-enterprises/deSimpleChart

http://www.rgraph.net/ (Will work on UIWebView only)

http://sebkade.wordpress.com/2010/05/06/basic-graph-class-for-iphone/ (a blog where demo is given to create a graph)

10) Map Kit

http://github.com/kishikawakatsumi/MapKit-Route-Directions

http://www.iphonedevsdk.com/forum/iphone-sdk-development/8100-opening-maps-app-given-route-direction.html

http://spitzkoff.com/craig/?p=65

11) Audio Streaming

http://code.google.com/p/indie1031/

http://cocoawithlove.com/2010/03/streaming-mp3aac-audio-again.html

http://code.google.com/p/audiostreamer-meta/

http://github.com/DigitalDJ/AudioStreamer

http://lists.apple.com/archives/coreaudio-api/2009/Jan//msg00143.html

https://bitbucket.org/brentsimmons/ngmovieplayer/ (It's a code for streaming video using AVPlayer class. Same code could be applied for streaming audio as well by minor modification)

12) Twitter

http://code.google.com/p/tweetphoto-api-objective-c/

http://tweetphoto-api-objective-c.googlecode.com/files/TweetPhoto.zip

13) Scroll View

http://github.com/andreyvit/ScrollingMadness

http://developer.apple.com/library/ios/#documentation/WindowsViews/Conceptual/UIScrollView_pg/Introduction/Introduction.html

UIScrollView image/photo viewer with paging enabled and zooming

14) SQLite:

http://code.google.com/p/sqlitepersistentobjects/

http://www.slideshare.net/360conferences/using-sqlite

15) Video:

How to play YouTube Movie on an iPhone Application when tapped on UITableViewCell?

http://www.iphonedevsdk.com/forum/iphone-sdk-development/41322-convert-image-sequences-video.html

16) SCM:

http://iphonedevelopment.blogspot.com/2009/03/version-control-is-your-friend.html

http://developer.apple.com/tools/subversionxcode.html

Which SCM system for Xcode?

http://www.covertapps.com/development/6-setting-up-your-xcode-scm-repositories

17) Testing:

Functional Testing: http://www.gorillalogic.com/fonemonkey

Unit Testing: i) http://code.google.com/p/google-toolbox-for-mac/ ii) http://developer.apple.com/tools/unittest.html

Automated Testing: i) http://cocoawithlove.com/2008/11/automated-user-interface-testing-on.html ii) http://code.google.com/p/uispec/ iii) http://answers.oreilly.com/topic/1646-how-to-use-uiautomation-to-create-iphone-ui-tests/

18) Push Notification:

http://blog.boxedice.com/2009/07/10/how-to-build-an-apple-push-notification-provider-server-tutorial/

http://urbanairship.com/

https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/

http://osdir.com/ml/cocoa-dev/2010-02/msg00053.html

Configure and Test Push Notification using your Mac http://mobiforge.com/developing/story/programming-apple-push-notification-services

19) Core Data

Tutorial for Beginners http://www.raywenderlich.com/934/core-data-tutorial-getting-started

20) VOIP

http://code.google.com/p/idoubs/

http://code.google.com/p/siphon/

http://github.com/pzion/miumiu

http://www.linphone.org/eng/download/git.html

link|improve this answer
1  
Answer deserves a vote up... – Mohit Jain Oct 11 '10 at 14:51
show 4 more comments
feedback

I am pretty impressed with http://www.appsamuck.com/.

A new iPhone app is written every day, and is listed on the site with source code and screenshots.

link|improve this answer
2  
Looks like a cool site but none of these code samples compile in iOS 4. – Kirk Broadhurst Oct 20 '10 at 2:23
feedback

For those looking to go a little beyond the basics in terms of iPhone development, the videos for the Advanced iPhone Development course I taught at the Madison Area Technical College are now available on iTunes U (the previous semester can be found here). This is also available as one of the new iTunes U courses (for use within the iOS iTunes U app).

I cover the iPhone OS frameworks in detail, from Core Data to OpenGL ES, and my detailed course notes (which you can view for the Fall semester here and the Spring semester here) provide supplementary information and links to the sample applications I used for the course.

link|improve this answer
show 1 more comment
feedback

Join the Apple Developer Connection. It's free, a great resource and has everything you need to get started.

link|improve this answer
feedback

For Objective-C, this online book is really good...
It was recommended when I took my Cocoa class.

http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/ObjC.pdf

link|improve this answer
show 1 more comment
feedback

A simple tutorial from TheAppleBlog.com

iPhone SDK Tutorial: Build a Simple RSS reader for the iPhone

link|improve this answer
feedback

I know this is an older post, but I'd definitely go with the Stanford iPhone Application Programming course. It's like actually taking the course without handing in the assignments.

One time when I was watching one of the lectures I had a question about one of the points he made, then someone in the class actually asked the exact question I was thinking of.

One last thing, go and rip the site, I used the Scrapbook plugin for Firefox, because they will be taking down all of the material.

link|improve this answer
1  
But I think you can download this from iTunes as well. – gyurisc Jun 9 '09 at 7:06
show 2 more comments
feedback

I've been going down this same path for a couple of weeks now. There are a couple of tutorials out there (e.g. iPhone SDK Tutorial: Build a Simple RSS reader for the iPhone and a couple of others at iCodeBlog) which will get you started. However, I found that neither really explains the rationale for the steps laid out. You'll get an application that works in the end, but without any appreciation for what is actually happening in the code. If someone is already a Cocoa developer, these tutorials would probably be a decent start.

Having no Objective-C (or indeed any Mac OS X) development experience, the reference I've been using is Aaron Hillegaas' Cocoa Programming for Mac OS X. It is outstanding. I've been working with the 2nd Edition and there are some differences in Xcode and Interface Builder that are updated in the 3rd, so I recommend that one. If you know nothing about Objective-C and Cocoa, this is the book to have. He throws you in the deep end with a functioning application, but then backs up, building and explaining things from the ground-up. It isn't an iPhone programming resource, but will make you much better equipped to understand and learn from the iPhone development tutorials out there.

Another benefit is that developing in Xcode for Mac OS X offers a more polished experience than the iPhone tools (which are nice enough, but not as seamless). So if you're just getting started, learning Cocoa from the ground up will smooth the learning curve considerably.

One thing you didn't mention is what current experience you have with other languages. Getting up to speed on C wouldn't be a bad idea either.

link|improve this answer
feedback

While you do have to agree to an NDA to get the iPhone SDK, you don't have to physically sign an agreement and send it in, or pay money just to download the SDK. You can sign up for a free Apple Developer Connection account, join the free iPhone developer program, and then download the iPhone SDK which includes a ton of documentation and sample code.

One other thing: You wouldn't go wrong by learning Objective-C and Cocoa on Mac OS X first. There is a lot of tutorial material out there including the Cocoa Dev Central tutorials, the free Become an Xcoder online book, Apple's free online developer documentation, and print books like "Cocoa Programming for Mac OS X" and "Xcode 3 Unleashed" (both of which recently came out and cover Mac OS X 10.5 Leopard).

link|improve this answer
feedback

Unfortunately all of the docs will be coming from Apple while the SDK is under an Non-Disclosure Agreement. I'd love to write some articles and tutorials, but unfortunately if I distributed them, I would be in violation of the NDA.

link|improve this answer
feedback

I can definitely recommend learning Objective-C and Cocoa first.

Cocoa Touch (Cocoa for iPhone) is similar to (desktop) Cocoa. It is also simpler. But the base classes are the same.

Basically you are just looking at two different GUI toolkits.

link|improve this answer
feedback

Disclaimer, I run the site.

iPhone Dev SDK: http://www.iphonedevsdk.com/forum/

iPhone Dev SDK - Popular Threads: http://twitter.com/iphonedevsdk

link|improve this answer
feedback

I found it impossible to get going on iPhone programming until I got a book. The Pragmatic Programmers have a good iPhone SDK book. I was able to get to a working app from this despite no prior experience of Mac OS programming, XCode, Cocoa or Objective-C, etc. I did have a good knowledge of C/C++ and Java, though.

link|improve this answer
feedback

If you are new to Objective-C, an excellent reference for C++ and Java programmers is this document with C++ and Objective-C (and some Java) examples of various common language features, so you can quickly get up to speed on common operations:

http://ktd.club.fr/programmation/fichiers/cpp-objc-en.pdf

link|improve this answer
feedback

Pragmatic Programmer has a screencast set that is suppose to be good. Haven't tried them yet but plan too. There is a free one as well for the Hello World demo.

http://www.pragprog.com/screencasts/v-bdiphone/writing-your-first-iphone-application

Stanford also offers their iPhone course material online for free: http://www.stanford.edu/class/cs193p/cgi-bin/index.php

link|improve this answer
feedback

I've made this post a community wiki. Feel free to edit this list, and add to it as you see fit.

http://www.iphonedevcentral.org/home.php

They have fantastic screencasts, for all experience levels.

http://icodeblog.com/

Has a great set of tutorials, unfortunately the page has become stagnant lately.

http://forums.somethingawful.com/showthread.php?threadid=2948566

There's a decent tutorial on making paper football in this thread.

http://iphonedevelopment.blogspot.com/

Jeff LaMarche is always teaching me new things, and he releases fantastic templates on a regular basis. Be sure to check out his OpenGL template, it has become the basis for a set of tutorials I'm writing.

http://www.iphonesdkarticles.com/

Has great tutorials explaining the basic components.

http://iphonedevelopertips.com/

Has tutorials less frequently, but they occasionally post some great information.

http://www.iphoneflow.com/

Has daily links with new information. Great new website to add to your RSS reader.

link|improve this answer
feedback

Some of this may repeat previous answers, but it is a collection of links to sample code collections for the iPhone. I previously posted this as another question, but I thought it could be helpful here.

Apple Sample Cope: http://developer.apple.com/iphone/library/navigation/SampleCode.html

Apps Amuck 31 days: http://appsamuck.com/

Beginning iPhone Developing: http://www.iphonedevbook.com/

Chris Software: http://chris-software.com/index.php/dev-center/

Dave DeLong's downloads: http://www.davedelong.com/downloads

iPhone Developers Cookbook: http://code.google.com/p/cookbooksamples/downloads/list

iPhone SDK source code: http://sites.google.com/site/iphonesdktutorials/sourcecode

Joe Hewitt three20: http://joehewitt.com/post/the-three20-project/

Stanford iPhone code: http://www.stanford.edu/class/cs193p/cgi-bin/downloads.php

WiredBob (TabBar in Detail view): http://www.wiredbob.com/blog/2009/4/20/iphone-tweetie-style-navigation-framework.html

link|improve this answer
feedback

Simple iPhone application tutorial

Apple's iPhone Dev Center does provide a tutorial which covers writing a complete, simple application. It uses small blocks of code that are given both inline explanation and supplemented with numerous references to other documentation that give a complete treatment of the subject. It even explains how to start Interface Builder and add a text field and change the text...

If you have access to the SDK, see "Your First iPhone Application".

link|improve this answer
feedback

The stanford course is a great place to start. You'll also want to check out AppsAmuck - they recently did an "app a day" project where they put together a simple app every day for 31 days and posted the source code. Makes for a great reference on top of the Apple sample code for figuring out those "how do I do this" type questions.

link|improve this answer
show 3 more comments
feedback

I am posting some tutorials about iPhone and Mac development on my blog every now and then:

http://blog.proculo.de/categories/19-Tutorials

link|improve this answer
feedback

You may find that a web app can provide all the functionality you need on the iPhone, making it all a lot quicker and simpler to develop. Take a look at iWD: http://www.mgateway.com/iwd.html Check out the videos under the Resources tab.

link|improve this answer
feedback

Slight rant: The iPhone SDK non-disclosure thing seems to basically be to stop people publishing books on the SDK while Apple are (probably) planning to change stuff soon. Apple will not start sending you cease-and-desists for writing a tutorial on your blog..

That aside, Become an Xcoder is a good guide to start with - it describes the basics of ObjC and Cocoa (it explains the slightly-strange [myObject myMethod:args] syntax, and Interface Builder actions/outlet things that confused me to no end).. I went from knowing very basic C, to understanding Objective-C better than C..

My only problem with Become an Xcoder is that it ends very abruptly.. I was just getting the hang of the syntax, and Interface Builder, and then it ends! I really wish there was a second part, that goes though making a complete (even very simple) Cocoa application. Regardless, the knowledge you'll get from Become an Xcoder will apply to iPhone development.

I've not found a tutorial that covers writing a complete, simple application (either for the iPhone, or Cocoa) - they all either give you huge blocks of code without explaining how on earth you're supposed to know what any of it does, or explain how to start Interface Builder and add a text field and change the text.

Edit: Responding to widespread criticism, Apple said Wednesday that it has decided to do away with its non-disclosure agreement (NDA) for released iPhone software while it drafts a new agreement covering just non-released software (link).

link|improve this answer
feedback

Try http://www.iphonepundits.com/ It's a directory of iphone programming tutorials and has about 700+ articles/tutorials on iphone coding

link|improve this answer
feedback

From ActionScript To iPhone development

If you're an ActionScript (ECMA script and JavaScript will also do well) developer this blog is pretty good to get you started.

link|improve this answer
feedback

It may not be a "free" resource, but certainly worth it. I'm talking about the great book by O'reilly, Head First iPhone Development

link|improve this answer
feedback

iPhone Dev Sessions: Adding Analytics to Your App

How many people use our app? How many times have they used the app? How much time do they spend using our app? How many users do we have in each city, state and country? How many illegal haxored versions are out there? How many people open the app once and never use it again?

http://gigaom.com/apple/iphone-dev-sessions-adding-analytics-to-your-app/

link|improve this answer
feedback

simple examples to common tasks.

http://www.iphoneexamples.com/

If you want to know more about iphone programming, COCOS-2D, game development

http://www.raywenderlich.com/

Basic example for xml parser http://www.edumobile.org/iphone/iphone-programming-tutorials/parsing-an-xml-file/

link|improve this answer
feedback

I learned it mostly through a german Podcast and this Site: http://cocoadevcentral.com/. I suggest reading this article titled Learn Objective-C about the language first.

link|improve this answer
show 1 more comment
feedback

Macrumors also has an Objective-C Tutorial

link|improve this answer
feedback
1 2

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