gpt4 book ai didi

iphone - Storyboard 不包含标识符为 'myWebView' 的 View Controller

转载 作者:行者123 更新时间:2023-12-03 20:21:54 26 4
gpt4 key购买 nike

我不断收到错误:

Storyboard () doesn't contain a view controller with identifier 'myWebView'.

我正在使用 UITableView,当用户单击单元格时,它将推送另一个 View 并加载 UIWebView。但我确信我在 Storyboard 中正确设置了标识符,请检查代码:

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
NSArray *arrInfo = [[tableData objectAtIndex:indexPath.row] componentsSeparatedByCharactersInSet:[NSCharacterSet characterSetWithCharactersInString:@";"]];

favWebView *nextView = [self.storyboard instantiateViewControllerWithIdentifier:@"myWebView"];

nextView.title = [arrInfo objectAtIndex:1];
nextView.url1 = [arrInfo objectAtIndex:6];
[self.navigationController pushViewController:nextView animated:YES];
}

图片:

storyboard

谁能告诉我如何解决这个问题?

最佳答案

此处的解决方案是从模拟器或设备中删除该应用程序。

关于iphone - Storyboard 不包含标识符为 'myWebView' 的 View Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11653861/

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