lws

lws
- Name: [not set]
- Favorite Languages: [not set]
- Website: [not set]
- Location: [not set]
- About Me: [not set]
-
Using Core Plot in an iPhone Application
08/02/2009 - 07:05
nvm, solution is to add:
right before the problem...CPXYAxisSet *axisSet = (CPXYAxisSet *)graph.axisSet; -
Using Core Plot in an iPhone Application
08/02/2009 - 07:04
Farhad: You need to update from the repository, there was some dtrace stuff missing in the .xcodeproj file.
I get the same warning about "may not respond to '-className' and since warnings are treated like errors per configuration default, you should go and change that setting in the core-plot cocoa touch project file.
Another issue I'm having:
axisSet.xAxis.majorIntervalLength = [NSDecimalNumber decimalNumberWithString:@"5"];is throwing an error, complaining axisSet would be undeclared (which is true, but why is it missing in the tutorial?)
Recent Comments