gpt4 book ai didi

ios - UIStoryboard 找不到带有标识符的 View Controller

转载 作者:可可西里 更新时间:2023-11-01 03:01:24 24 4
gpt4 key购买 nike

我有一个使用 Storyboard和一堆 View Controller 的 ios 应用程序。

添加新的 ViewController 并配置标识(Storyboard ID)后 enter image description here

我尝试使用以下代码实例化新的 ViewController:

SurveyNewViewController *newSurvey = [[self storyboard] instantiateViewControllerWithIdentifier:@"newSurveyView"];
[self presentViewController:newSurvey animated:YES completion:nil];

一切似乎都是正确的,但是在模拟器上运行应用程序时它崩溃了:

** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:   
'Storyboard (<UIStoryboard: 0xa340fa0>) doesn't contain a view controller
with identifier 'newSurveyView''

这有什么可能的解释吗?我在系统的不同位置使用了相同的方法,效果很好。

最佳答案

运行项目后,尝试从 iPhone 模拟器中删除您的应用,清理项目并构建。

关于ios - UIStoryboard 找不到带有标识符的 View Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19007882/

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