Does anyone know what library is used in the iPhone application Roambi to draw charts?
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- how do you prevent page scroll in textarea on mobi
- Custom UITableview cell accessibility not working
相关文章
- Mercurial Commit Charts / Graphs [closed]
- Could I create “Call” button in HTML 5 IPhone appl
- Unable to process app at this time due to a genera
- Change color of bars depending on value in Highcha
- How do you detect key up / key down events from a
- “Storyboard.storyboard” could not be opened
- Open iOS 11 Files app via URL Scheme or some other
- Can keyboard of type UIKeyboardTypeNamePhonePad be
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.
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.
That looks like it uses the excellent Core Plot Framework.