我已经从 Github 下载了这段代码:https ://github.com/gilthonweapps/CorePlotBarChartExample 。如何获取所选栏的 onTap?我正在使用以下代码:
#pragma mark - CPTBarPlotDelegate methods
-(void)barPlot:(CPTBarPlot *)plot barWasSelectedAtRecordIndex:(NSUInteger)index {
NSLog(@"barWasSelectedAtRecordIndex %d", index);
}
但这不起作用(它无法识别水龙头)。请帮助。提前致谢,新年快乐。