Reputation: 5920
Is there a visualization framework like JUNG for iOS?
I'd like to implement something similar to this.
Upvotes: 5
Views: 1912
Reputation: 34296
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.
Upvotes: 2