hey, the problem was i had forgot to import the cocoaTouch.h file!
now im just stcuk with 1 error...
CPPlotSymbol *greenCirclePlotSymbol = [CPPlotSymbol ellipsePlotSymbol];
greenCirclePlotSymbol.fill = [CPFill fillWithColor:[CPColor greenColor]];
greenCirclePlotSymbol.size = CGSizeMake(2.0, 2.0);
xSquaredPlot.defaultPlotSymbol = greenCirclePlotSymbol;
//(error:request for member 'defaltPlotSymbol' in something not a structure or a union)
do you know what i need to do or change here??
thanks
|