I'm new to iOS development and want to create an app with some charts. I decided to start developing rapidly because as Java developer seemed to be easier for me to learn, but in the meantime I feel that using Objective-C would be a better option, because AFAIK has a chart library that matches my criteria
Is it good to use the JavaScript Chart API in the webview? If so, can it cause problems with different screen sizes and different devices with orientation? What are the common problems with this approach?
EDIT: Core-plot release -2.0 works well with SWIFT
As stated in the written comments on the link, you can use the core plot swift as long as you use the code from the release-2.0
branch. Are there. Changes in that branch are to solve problems with NSDecimal
which are 1.x versions of the core plot.
No comments:
Post a Comment