2

我已经从 Github 下载了这段代码:https ://github.com/gilthonweapps/CorePlotBarChartExample 。如何获取所选栏的 onTap?我正在使用以下代码:

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

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

但这不起作用(它无法识别水龙头)。请帮助。提前致谢,新年快乐。

4

1 回答 1

5

将绘图设置delegate为您的条形图委托对象。这通常是视图控制器,但并非必须如此。

于 2013-01-02T00:37:37.767 回答