Skip to content

maintiendrai/JEHighchartsDigester

Repository files navigation

JEHighChartsDigester

JEHighchartsDigester is a html5 chart highcharts utils for iOS and Android

About Highcharts

iOS Highcharts Sample

image

该DEMO主要用于演示iOS APP中用UIWebView展示highCharts

prepare

在了解该原理之前,需要知道如下内容

  • javascript与objc交互

在iOS APP开发过程中,是通过UIWebView来加载html页面,因此javascript要与objc交互,桥梁应该就在UIWebview提供的API中,通过查找,发现如下一些接口:

//objc 传参给javascript
- (NSString *)stringByEvaluatingJavaScriptFromString:(NSString *)script;

//javascript 传参给objc, 参数是存在于request中
 - (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType;

License

此SDK采用MIT许可.

###Contact

联系方式: maintiendrai@gmail.com

About

JEHighchartsDigester is a html5 chart highcharts utils for iOS and Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors