G geiger10d macrumors member Original poster Feb 8, 2011 #1 how can i have my app make a graph(line) for me?
robbieduncan Moderator emeritus Feb 8, 2011 #2 Draw a graph using Quartz/CoreGraphics? There is no built-in API that will draw a graph for you.
PhoneyDeveloper macrumors 68040 Feb 8, 2011 #3 Aside from Quartz (aka doityourself) there are some third party charting libraries and google charts.
Aside from Quartz (aka doityourself) there are some third party charting libraries and google charts.
G geiger10d macrumors member Original poster Feb 8, 2011 #4 what do you mean draw it yourself? i want the graph to like change overtime depending on what the user does
what do you mean draw it yourself? i want the graph to like change overtime depending on what the user does
robbieduncan Moderator emeritus Feb 8, 2011 #5 geiger10d said: what do you mean draw it yourself? i want the graph to like change overtime depending on what the user does Click to expand... Exactly that: you write code that will draw the graph. From scratch.
geiger10d said: what do you mean draw it yourself? i want the graph to like change overtime depending on what the user does Click to expand... Exactly that: you write code that will draw the graph. From scratch.
87vert macrumors 6502 Feb 8, 2011 #6 I use the s7graphview in my app http://code.google.com/p/s7graphview/ Was pretty easy to implement. You can check it out in my app if you want "Crazy Dog Daily Log"
I use the s7graphview in my app http://code.google.com/p/s7graphview/ Was pretty easy to implement. You can check it out in my app if you want "Crazy Dog Daily Log"
PhoneyDeveloper macrumors 68040 Feb 8, 2011 #7 Do they speak Russian in Picksburgh? Regarding the app I wonder if you'll make a similar app for wife and mistress? Crazy doesn't begin to describe them ;-) Anyway, as I mentioned there are third party graphing libraries for iOS apps.
Do they speak Russian in Picksburgh? Regarding the app I wonder if you'll make a similar app for wife and mistress? Crazy doesn't begin to describe them ;-) Anyway, as I mentioned there are third party graphing libraries for iOS apps.