gpt4 book ai didi

objective-c - 在现有 XIB 项目中添加 Storyboard

转载 作者:行者123 更新时间:2023-11-29 04:14:18 24 4
gpt4 key购买 nike

我在我的项目中仅使用 xib 文件。现在我需要一个静态表格 View 作为设置 View 。我想将 xib 和一个 Storyboard(用于桌面 View )结合起来。

我在我的项目中添加了一个带有一个 View Controller 的 Storyboard。之后我为此 View Controller 添加一个标识符(SettingsView)。按下按钮时执行以下代码:

SettingsView *CustomViewController = [[UIStoryboard storyboardWithName:@"Storyboard" bundle:[NSBundle mainBundle]] instantiateViewControllerWithIdentifier:@"SettingsView"];
[self presentModalViewController:CustomViewController animated:YES];

当我按下设置按钮时,我的应用程序崩溃了:

* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Storyboard () doesn't contain a view controller with identifier 'SettingsView''

最佳答案

请确保您按照所附图片添加了 StoryBoard ID。

enter image description here

关于objective-c - 在现有 XIB 项目中添加 Storyboard,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13924748/

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