当我在wkwebview
,iOS8
上使用iOS9
时,发生了崩溃
theConfiguration.dataDetectorTypes = WKDataDetectorTypeNone;
原因:
- [WKWebViewConfiguration setDataDetectorTypes:]:无法识别的选择器发送到实例0x126e178d0 callStackSymbols:
所以,我怎么解决呢????
答案 0 :(得分:0)
setDataDetectorTypes仅适用于iOS 10.您必须在代码中添加if #available(iOS 10.0, *) { ... }