mirror of
https://github.com/NohamR/knowledge-kit.git
synced 2026-05-25 04:17:17 +00:00
239 B
239 B
WKWebView 技巧集
UIWebView 已经不被推荐了,所以工程中需要扫描有无使用 UIWebView。在工程终端命令行中执行下面代码
find . -type f | grep -e ".a" -e ".framework" | xargs grep -s UIWebView