开发者

Anyone know iOS library or sample for drawing diagrams like mind maps/ visio/ gra

Anyone know iOS library or sample for drawing diagrams like mind maps/ visio/ graphing sw. Doesnt have to be full library or full example. Can be UIKit or OpenGLES

I want to ha开发者_如何学运维ve a app that is like a tree structure with root topic the sub topic etc. Clicking on root will open subfolders and so on and they get laid out so they dont over lap.

Im on Safari so if you know a book with an example I should be able to find that too.

cheers


Have a look at the Graphviz port, Instaviz. If the layout quality matches what you need, contact Glen, the author, and see if you can license the layout and rendering portions.


Quartz 2D should work quite well for you:

http://developer.apple.com/library/ios/#documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/Introduction/Introduction.html

If you want to go OpenGLES then the best tutorials are here:

http://iphonedevelopment.blogspot.com/2009/05/opengl-es-from-ground-up-table-of.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜