AlexTing0 / gitalk

bolg gitalk
0 stars 0 forks source link

iOS WebView的一些总结 | Alex's Blog #2

Open AlexTing0 opened 5 years ago

AlexTing0 commented 5 years ago

https://alexting0.github.io/2019/05/13/iOS-WebView%E7%9A%84%E4%B8%80%E4%BA%9B%E6%80%BB%E7%BB%93/

app开发中一些重运营业务大多都通过web来实现快速迭代,iOS可以使用UIWebView、WKWebView实现Native和Web的交互。之前在项目中负责过WebView模块,所以在这里做一些WebView的总结,主要从包括以下一些点: 为什么要封装WebView JSBridge 离线包 WKWebView 为什么要封装WebView我们项目中把WebView封装成了一个ViewCo

AlexTing0 commented 5 years ago