Archive of 2011 October

Adding charts to your iPhone / iPad App using Core Plot 0.9

Posted by John Wordsworth on October 10, 2011 in iOS Development, OSX Development tagged with , , , ,

It's unfortunate that Apple do not provide a charting library bundled with their frameworks, for I suspect that would save many developers the trouble of finding a charting library and deciphering the documentation. I've come to the conclusion that CorePlot is the best bet at the moment - it's powerful and compatible with both iOS and OSX but unfortunately the documentation for isn't great. So, we're going to go through the process of adding a simple scatter chart to an iPad application.

Continue ReadingView Comments (63)