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.
通过搜索,我发现了许多库来为 iPhone 创建一些图表。只想问是否有人曾经使用过最终用户可以触摸图形并对其进行编辑的库。例如,触摸条形图并使条形更高或更短并取回值。
您应该能够使用core plot完成此操作。内置的触摸跟踪可以告诉您用户触摸的位置,从那里您只需更改该条的高度并重新加载图表。