摘要: WKWebView打印页面的实现 if ([UIPrintInteractionController isPrintingAvailable]) { UIPrintInfo *pint = [UIPrintInfo printInfo]; pi... 阅读全文
posted @ 2015-06-29 11:20 沙影无痕 阅读(228) 评论(0) 推荐(0) 编辑
摘要: WKWebView进度及titleWKWebView 的estimatedProgress和title 都是KVO模式,所以可以添加监控: [webView addObserver:self forKeyPath:@"estimatedProgress" options:NSK... 阅读全文
posted @ 2015-06-29 11:05 沙影无痕 阅读(282) 评论(0) 推荐(0) 编辑