WebViewJavascriptBridge 進行js 與native通信。

1,  iOS端加載web頁面、開啓日誌並給webView建立JS與OC的橋樑     - (void)viewWillAppear:(BOOL)animated {     if (_bridge) { return; }          // 1.加載網頁     UIWebView* webView = [[UIWebView alloc] initWithFrame:self.view.
相關文章
相關標籤/搜索