我已经从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)。请帮助。 感谢前进和新年快乐。
答案 0 :(得分:5)
将图delegate
设置为条形图委托对象。这通常是视图控制器,但不一定是。