Does anyone have a good tutorial/book recommendation for using Core Plot 0.4 in iOS. I have never used it before and from looking at the tutorials that they have linked to it does not make sense. I can't even run the Switch on the code tutorial. Where do I start?
Asked
Active
Viewed 5,870 times
7
-
1Have you looked at the example apps included with Core Plot? – Eric Skroch Aug 19 '11 at 22:37
-
It is better use version 0.9 of core plot. Many bugs are fixed there – Nekto Oct 14 '11 at 06:15
2 Answers
2
If you decide to go with Core Plot 0.9, this tutorial is the most up-to-date one I have found:
http://www.johnwordsworth.com/2011/10/adding-charts-to-your-iphone-ipad-app-using-core-plot/
My only reservation about it is that his code seems a bit verbose for an introductory tutorial.

Blamdarot
- 3,317
- 1
- 18
- 15
1
This link( http://allforiphone.sosblog.com/All-for-iPhone-b1/CorePlot-For-You-b1-p11.htm ) may help you adding core plot project with your project. To use the library you can check out the example provided by the creators. It is quite good.

Vignesh
- 10,205
- 2
- 35
- 73