我一直面临这个问题,我搜索过高低,找不到任何解决方案。条形图委托方法(void) - barPlot:barWasSelectedAtRecordIndex:
点击任何一个栏后都没有被调用。
在GrpahView.m
我设置了plot.delegate=self
,而GraphView.h
我添加了这些<CPTBarPlotDelegate>
..
我还设置了plotSpace.allowsUserInteractionEnabled = YES.
仍然没有运气。
请给我一个建议。我的图表被绘制在另一个视图的子视图的视图上。
答案 0 :(得分:0)
确保父视图将触摸事件传递到图托管视图。