xcode 9使用UIWebView的Objective-C警告 - Null传递给需要非null参数的被调用者

时间:2017-11-13 11:09:45

标签: objective-c xcode uiwebview warnings

在Xcode 9中,当我将“nil”传递给UIWebView时,我收到此警告。

Null passed to a callee that requires a non-null argument

当我执行此代码时: -

[webFileView loadHTMLString:nil baseURL:nil];

检查此图片: -

check this image

0 个答案:

没有答案