开发者

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

开发者 https://www.devze.com 2023-02-12 22:18 出处:网络
CPPlotSpaceDelegate methods not getting called in my app. I have tried putting delegate开发者_开发技巧 implementation tag in header like

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

精彩评论

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