What library use Roambi app iPhone to draw chart?

2019-08-16 01:30发布

问题:

Does anyone know what library is used in the iPhone application Roambi to draw charts?

http://www.roambi.com/

回答1:

That looks like it uses the excellent Core Plot Framework.



回答2:

I think it's not Core Plot.

There are some charts in the app that don't conform to Core Plot.

Maybe Roambi has started from Core Plot and has edited the source or maybe he has developed a new library with Quartz 2D.



回答3:

The guy that owns the company created Xcelsius, in looking at it and knowing the performance of core-plot, I'm guessing this guy rolled his own, heavily adapted core-plot to be more efficient, or might even be using an OpenGL library.