I am new to iOS development and want to create an application with some graphics. I decided to start development with fast, because it became easier for me to learn as a Java developer. But for now, I think that using objective-c would be the best choice, because AFAIK does not have an accessible chart library that meets my criteria:
- can be used with quick
- has linear and histograms
- ability to draw charts with date and time axis
- free to use or low price <100 USD
Shared chart libraries like JBChartView, Core-Plot, and iOSPlot do not meet my criteria, so I’m thinking about using the JavaScript chart library in WebView or switching completely to objective-c
Is it good to use JavaScript chart APIs in WebView? If so, is this possibly causing problems on different devices with different screen sizes and orientations? What are the common problems with this approach?
Edit: Core-Plot release-2.0 works well with Swift
eztam source share