iPhone OS Development – deSimpleChart

20/02/2010

iPhone SDK Simple Charting Class

Throughout my current project I’ve been looking for a simple chart that I can place inside my iPhone Application. There is the best framework around core-plot, but I found is extremely complicated and a little unmanageable for experienced programmers. I then came across CKSparkLine which is a fantastic and simple way of plotting an array of data to a uiview.

In my work I have lead to a slightly adapted CKSparkLine which would be useful enough to help someone else who wants a simple chart plot in an iPhone App.

Introducing the sample code: deSimpleChart. A ‘simple’ chart plot based  off CKSparkLine to help a programmer new to iPhone development out. Below a screenshot of the complete output of the application. Keeping the idea simple and easy to learn from.


deSimpleChart 0.01  
Build “Keeping charts simple”

Download at Github
->”git clone git://github.com/duivesteyn-enterprises/deSimpleChart.git”

View Comments