如何从头开始制作标签栏应用程序
如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以从库中添加 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.