0
我看到這個問題出現在這個網站很多次,但沒有一個答案幫助我。其他問題的答案是簡單的web視圖的委託設置爲self像這樣UIWebView webViewDidStartLoad並不叫
WebView.delegate = self
然而,當我這樣做,它給我的錯誤
"cannot assign a value of type 'MainScreen' to a value of type 'UIWebViewDelegate?'