2016年12月13日
摘要: - (void)addWKWebView { _webView = [[WKWebView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 0.1)]; [_webView loadRequest:[NSURLRequest requestWi 阅读全文
posted @ 2016-12-13 10:23 助金 阅读(332) 评论(0) 推荐(0)
摘要: - (void)loadWebView { UIWebView *webView = [[UIWebView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT)]; [webView setDelegate:self] 阅读全文
posted @ 2016-12-13 10:02 助金 阅读(294) 评论(0) 推荐(0)
摘要: #import<JavaScriptCore/JavaScriptCore.h> #pragma mark UIWebViewDelegate - (void)webViewDidFinishLoad:(UIWebView *)webView { [SVProgressHUD dismissWith 阅读全文
posted @ 2016-12-13 09:59 助金 阅读(2570) 评论(0) 推荐(0)