gpt4 book ai didi

objective-c - loadHTMLString 警告 "Null passed to a callee that requires a non-null argument"IOS9 Obj-C

转载 作者:搜寻专家 更新时间:2023-10-30 20:08:42 24 4
gpt4 key购买 nike

我刚刚安装了带有 ios 9.1 的 xcode 7,我在 webview 上收到了这个警告:

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

这是引发错误的代码:

-(void)viewWillDisappear:(BOOL)animated
{
if(exitView)
[ytView.webView loadHTMLString:nil baseURL:nil];
}

这样当用户返回时 webView(播放 YT 视频)停止,它以前工作正常,为什么现在给出这个警告?我该如何解决?

最佳答案

[ytView.webView loadHTMLString:"" baseURL: [NSURL URLWithString:@"http://"] ];

摘自 http://iaintheindie.com/2015/08/16/updating-apps-for-ios-9/

问候

关于objective-c - loadHTMLString 警告 "Null passed to a callee that requires a non-null argument"IOS9 Obj-C,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32518667/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com