如何从iPhone中使用coreplot开发的饼图中拖动楔形
大家好,我在应用程序中使用 coreplots 绘制了一个饼图,现在我需要将饼图分成不同的部分/对象,并且需要拖动这些对象。如何实现此功能。感谢 Adv
hi people i had drawn a piechart using coreplots in my application,now i need to split a piechart into different pieces/objects and need to drag those objects.How to achieve this functionality.Thanks in Adv
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很简单,您只需要进行大量的自定义编程即可。阅读 Apple 开发人员文档和 stackoverflow,了解有关使用 UIGestureRecognizer 处理触摸和移动/动画 UIView 的有用提示。
Easy, you just have to do a lot of custom programming. Read the Apple developer documentation and stackoverflow for useful tips on handling touches using UIGestureRecognizer and moving/animating UIView.