Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想添加自己的委托UIWebView来实现webViewDidFinishLoad,但首先我需要检查它是否已经有委托。我怎么能检查呢?
UIWebView
webViewDidFinishLoad
尝试 :
if(myWebview.delegate != nil)