views:

301

answers:

2

I would like to develop a MS paint like app for the iPhone. Could you guys point me to some sample or tutorials on this topic? I'm new to Objective C and Xcode. Thanks

+1  A: 

Try playing with this sample project. It's a very simple paint app using Open GL.

http://developer.apple.com/iphone/library/samplecode/GLPaint/Introduction/Intro.html

Tom
A: 

This is the iPhone Dev Center. Bookmark it and prepare to get very familiar with it. http://developer.apple.com/iphone.

This Apple tutorial walks you through the creation of an iPhone app, and it helped me when I was starting out. It will link you to other articles, and I advise you to look at those at you get to them.

Rob Lourens