I'm working on an iOS project where tapping on a particular point in a graph should take the user to another scene. Basically, to be able to trigger a method from ...
I'm trying to implement a small radar that plots targets based on latitude and longitude coordinates similar to the radar in the Layar AR iPhone app. I have the compass and ...
I've been able to get the axes for a standard core-plot graph to show up, but I'm having some trouble actually adding points to it.
I have these two methods declared in ...
I'm messing around with the Core Plot, and the performance is killing me. I have up to 43000 data points, and it appears that the core plot is failing after about ...