gpt4 book ai didi

ios - 没有可见的@interface 'UIView' 声明选择器 'loadRequest'

转载 作者:行者123 更新时间:2023-11-28 22:21:38 26 4
gpt4 key购买 nike

我正在按照 this 创建一个 webView 应用程序教程。我完全按照所有步骤操作,但出现此错误:

No visible @interface 'UIView' declares the selector 'loadRequest'

-

- (void)viewDidLoad
{
[super viewDidLoad];

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

[_viewWeb loadRequest:requestObj];

// Do any additional setup after loading the view, typically from a nib.
}

我该如何解决?

最佳答案

如@NiravPatel 和@Chancy 所述。我在第 15 步犯了这个错误。

我在用

 @property (strong, nonatomic) IBOutlet UIView *viewWeb;

代替

 @property (strong, nonatomic) IBOutlet UIWebView *viewWeb;

关于ios - 没有可见的@interface 'UIView' 声明选择器 'loadRequest',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20239586/

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