我已經從Github下載此代碼:https://github.com/gilthonweapps/CorePlotBarChartExample。如何獲得onTap的酒吧選擇?我正在使用以下代碼:coreplot酒吧水龍頭不工作
#pragma mark - CPTBarPlotDelegate methods
-(void)barPlot:(CPTBarPlot *)plot barWasSelectedAtRecordIndex:(NSUInteger)index {
NSLog(@"barWasSelectedAtRecordIndex %d", index);
}
但是,這是行不通的(它不承認Tap)。請幫助。 在此感謝提前和新年快樂。
完整答案在這裏:http://stackoverflow.com/questions/14121683/how-to-set-plot-delegate-in-coreplot/14122424#14122424。謝謝。 –