笔尖连接丢失:如何恢复?

发布于 2024-08-12 09:20:17 字数 266 浏览 4 评论 0原文

我正在为 iPhone 编写我的第一个正版程序。在开发过程中,我决定重命名一个辅助视图控制器(不是RootViewController),因此我重命名了.h、.m和.xib文件。

我不得不修改少量代码,例如 import 语句,但编码工作很快恢复并全部编译并运行。

但是,当将视图控制器推入堆栈时,我的视图控制器视图不会出现:我只是得到一个空白视图。显然,重命名 nib 文件以与视图控制器一致是不够的。如何修复?

预先感谢您的任何见解。

约翰·R·多纳

I am writing my very first genuine program for the IPhone. In the course of developing it, I decided to rename a subsidiary view controller (not RootViewController), so I renamed the .h and .m and .xib files.

I had to modify a small amount of code, such as import statements, but the coding effort quickly recovered and all compiled and ran.

However, my view for the view controller doesn't appear when pushed on the stack: I just get a blank view. Apparently renaming the nib file to agree with the view controller is not enough. How to fix?

Thanks in advance for any insights.

John R. Doner

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

满身野味 2024-08-19 09:20:17

您是否检查了 nib 文件中 File's Owner 对象的类?

Did you check the class of the File's Owner object in the nib file?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文