作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想创建一个按钮,突出显示散点图中当前突出显示的点之后的下一个点。
我应该在按钮的 addTarget 中调用方法 -(void)scatterPlot:(CPTScatterPlot *)plotplotSymbolWasSelectedAtRecordIndex:(NSUInteger)index 吗?或者有什么解决办法?
我尝试这样做,但它不起作用。我收到此错误“NSInvalidArgumentException”,原因:“-[GraficViewController scatterPlot:aaplPlot:plotSymbolWasSelectedAtRecordIndex:ind:]:无法识别的选择器发送到实例 0x2c2e80”。
UIButton * button = [[UIButton alloc] initWithFrame:CGRectMake(100, 100, 100, 50)];
[button setImage:[UIImage imageNamed:@"grafic-info-button.png"] forState:UIControlStateNormal];
[self.view addSubview:button];
int ind = selectedIndex + 1;
[button addTarget:self action:@selector(symbolforScatterPlot:aaplPlot: recordIndex:ind:) forControlEvents:UIControlEventTouchUpInside];
最佳答案
在选择器按钮列表器上,使用 Core Plot 添加分散突出显示选项。
关于ios - 如何创建一个按钮,突出显示散点图中的下一个点? ios,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15739824/
我是一名优秀的程序员,十分优秀!