开发者

Core-Plot: CPPlotSpaceDelegate methods not getting called in iPhone SDK

CPPlotSpaceDelegate methods not getting called in my app.

I have tried putting delegate开发者_开发技巧 implementation tag in header like

<CPPlotSpaceDelegate,CPPlotDataSource>

EDIT:

I have even tried

plotSpace.delegate=self;

but does not seem to work

What could be wrong?


change it to

graph.defaultPlotSpace.delegate = self;

Thanks

Pratik Goswami

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜