Is there a visualization framework like JUNG for iOS?
问题 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