30

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?

Brad Larson
  • 170,088
  • 45
  • 397
  • 571
JJgendarme
  • 1,411
  • 2
  • 16
  • 30

2 Answers2

42

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.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Brad Larson
  • 170,088
  • 45
  • 397
  • 571
5

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
  • 95,983
  • 54
  • 240
  • 345