I am using CorePlot for plotting d开发者_如何学JAVAata graph on iPhone. Recently I encountered RGraph based on html5 technology. CorePlot is a little over complicated for my purpose. Does anybody have the experience for using RGraph on iPhone?
Instantiate a UIWebView
and pour your (HTML5) web content into the web view.
精彩评论