coreplot吧点击不工作

时间:2013-01-01 18:07:53

标签: ios ios5 ios6 core-plot bar-chart

我已经从Github下载了这段代码:https://github.com/gilthonweapps/CorePlotBarChartExample。如何选择onTap for bar?我使用以下代码:

#pragma mark - CPTBarPlotDelegate methods
-(void)barPlot:(CPTBarPlot *)plot barWasSelectedAtRecordIndex:(NSUInteger)index {

     NSLog(@"barWasSelectedAtRecordIndex %d", index);
}

但这不起作用(它没有认识到Tap)。请帮助。 感谢前进和新年快乐。

1 个答案:

答案 0 :(得分:5)

将图delegate设置为条形图委托对象。这通常是视图控制器,但不一定是。