Outputting a bar chart to an iPhone application?
Posted
by Moddy
on Stack Overflow
See other posts from Stack Overflow
or by Moddy
Published on 2010-03-29T02:20:55Z
Indexed on
2010/03/29
2:23 UTC
Read the original article
Hit count: 529
Right, I really want to output a Bar Graph to an Obj-C iPhone application - now I may be missing a vital SDK class or something; but right now my solution is to embed a WebView and inside that have a JQuery/Flot based graph - not totally ideal I know!
Just wondering if anybody has any other creative solutions or whether a WebView/AJAX solution is the way to go?
(For the record; my data source will be figures returned from an external source - i.e downloaded from the internet. So I was even toying with having a PHP Proxy/script do all the work on that, return the figures AND a graph to the application - but then I risk placing extra strain on the server!)
© Stack Overflow or respective owner