如何从头开始制作标签栏应用程序

发布于 2024-09-24 07:57:17 字数 135 浏览 5 评论 0原文

如何使用 Interface Builder 从头开始​​制作标签栏应用程序?有教程展示如何执行此操作吗?

到目前为止,我发现您需要从基于 Windows 的应用程序开始。然后打开 MainWindow.xib 并在其中添加标签栏控制器吗?

How do you make a tab bar application from scratch, using Interface Builder? Is there a tutorial that shows how to do this?

So far I've figured out that you need to start with a Windows-based application. Then do you open MainWindow.xib and add the tab bar controller there?

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

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

发布评论

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

评论(1

┊风居住的梦幻卍 2024-10-01 07:57:17

是的,您可以从库中添加 TabBarController。然后您必须将其链接到窗口的 RootViewController,然后就完成了。

Yes you can add a TabBarController from the Library. Then you have to link it to the window's RootViewController, and you're set.

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