gpt4 book ai didi

iphone - 从 UIViewController 导航回来导致崩溃

转载 作者:行者123 更新时间:2023-11-28 20:29:42 25 4
gpt4 key购买 nike

我只是在 viewDidLoad 方法中使用这段代码。它只在 UIWebView 中打开网页,仅此而已。但是当我回到以前的 View 时它会导致崩溃。这是代码:

NSString *urlAddress = @"http://www.google.com";
NSURL *url = [NSURL URLWithString:urlAddress];
NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];
[moreWeb loadRequest:requestObj];

最佳答案

像这样停止加载:

-(void)viewWillDisappear:(BOOL)animated{
[moreWeb stopLoading];
moreWeb.delegate = nil;
}

它会很好地工作。

关于iphone - 从 UIViewController 导航回来导致崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12703102/

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