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). Furthermore I need to create a circle according to a given data as it is shown on Figure 2. Each part should be click-able to zoom the specific part (see Figure 3).

Figure 1: Illustrates six different colors, where two of them are divided in one and the rest four of them are divided in three parts.

Figure 2: Shows the results of different categories in different levels.

Figure 3: Is a zoomed vision of chosen category.
I have a storyboard which loads loads a custom UIView and using drawRect method to draw the circle.
The question is now, how to create the pie chart like the figures?
I have tried lots of things and could use some guideness – or please give an example of this.
Thanks
Pie Chart Example: