“导航控制器”)有其“NIB 名称”属性设置为“VerwaltungsTableView.nib”,...方式

发布于 2024-10-17 19:32:55 字数 398 浏览 2 评论 0原文

我想使用 UITables 和 DetailView 构建一个应用程序。 但我现在收到一个警告:

“选定的 Verwaltung 导航控制器 (Verwaltung)”的“NIB 名称”属性设置为“VerwaltungsTableView.nib”,但此视图控制器不打算以这种方式设置其视图。

但我认为我以正确的方式拥有对象。 此处在这里您可以看到错误和 InterfaceBuilder。

是什么原因导致此警告?

I want to build an Application with UITables and a DetailView.
But I got now a warning called:

'Selected Verwaltung Nav Controller (Verwaltung)' has its 'NIB Name' property set to 'VerwaltungsTableView.nib', but this view controller is not intended to have its view set in this manner.

But I think I have the Objects in the right manner. Here and here you can see the errors and the InterfaceBuilder.

What causes this warning?

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

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

发布评论

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

评论(1

沫雨熙 2024-10-24 19:32:55

导航控制器旨在组织其他视图控制器。你不应该自己布置它们。您应该创建其他视图控制器,将其中一个指定为导航控制器的根视图控制器,然后编写代码以让用户从那里导航到其他视图控制器。

如果您尝试显示表视图控制器笔尖,那么您可能应该将表视图控制器分配给导航控制器的 rootViewController 属性。

Navigation controllers are meant to organise other view controllers. You aren't supposed to lay them out yourself. You're supposed to create other view controllers, assign one of them as the navigation controller's root view controller, then write code to let the user navigate to the other view controllers from there.

If you're trying to get the table view controller nib to show up, then you should probably be assigning the table view controller to the navigation controller's rootViewController property.

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