views:

200

answers:

2

I'm searching for some great Quartz 2D drawing tutorials aimed at the iPhone. I'm new to Quartz and want to start off with something easy and then progress to more difficult stuff.

Does anyone know of any Quartz 2D drawing tutorials that they would recommend?

+1  A: 

Start with Apple's Quartz2D demo project. Compile it, run it on your device, read the code while you use the demos in the app.

Alex Reynolds
I've already done that.Thanks anyways!!
DailyDoggy
+5  A: 

I devoted an entire class to Quartz 2D drawing last semester in my advanced iPhone development course. The video for that is available on iTunes U, along with the rest of the class. The course notes for that session can be found here, and I created a sample application to show off some more advanced Quartz drawing concepts.

Beyond that, I highly recommend reading the Quartz 2D Programming Guide.

Brad Larson
Thanks, your videos are really helpful!
DailyDoggy
thanks to that lecture I discovered the http://www.wellplacedpixels.com , which is as great as your lecture.
Comptrol