Is there a visualization framework like JUNG for iOS?

北城以北 提交于 2019-12-09 12:56:23

问题


Is there a visualization framework like JUNG for iOS?

I'd like to implement something similar to this.


回答1:


Best graph plotting library for iOS is Core plot. It is very powerful, and easy to understand.

But for simple graphs you can use s7graphview library also.

If you want to do it yourself, you can do custom drawing using Core graphics.



来源:https://stackoverflow.com/questions/5758625/is-there-a-visualization-framework-like-jung-for-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!