Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
环境:iOS 5.1 场景:1-2 个不带任何符号的散点图/线性图。
我只需要显示用户触及散点图的一 (1) 个符号。情节的其余部分没有任何符号。
我理解一个符号代表一个数据点。但我需要绘制所有数据点...只需设置一 (1) 个点/索引,以在每次用户触摸时显示其符号;希望打开/关闭。
问候,里克。
使用-symbolForScatterPlot:recordIndex:数据源方法。返回要突出显示的索引和[NSNull null]其他索引的绘图符号。-reloadData当您需要更改突出显示的索引时调用绘图。
-symbolForScatterPlot:recordIndex:
[NSNull null]
-reloadData