UIWebView webViewDidLoadFinish method not called

后端 未结 6 938
南笙
南笙 2021-02-05 22:50

I\'ve been playing around with web views in swift this evening, but have run into a bit of an issue.

For some reason I\'m not able to get the webViewDidStartLoad or webV

6条回答
  •  忘了有多久
    2021-02-05 23:23

    As others noted, setting the delegate of UIWebView and conforming to the UIWebViewDelegate protocol is the best possible solution out there.

提交回复
热议问题