I am a beginner in iPhone programing. I need to create circles like Figure 1, where it should be divided in six different parts with four different levels (see Figure 1). Furthe
Actually I think this revised answer will help you more in the long run. Take a look at the documentation for these:
CGPathAddLineToPoint CGPathAddArc
This is what I used to do basically exactly what your trying to do.