如何添加多个视图 iPad 视图控制器

发布于 2024-11-08 14:20:30 字数 146 浏览 0 评论 0原文

我正在制作一个简单的应用程序,并且需要在单击按钮时实际加载不同的视图。

问题是我想将每个视图的代码分离到它自己的类中,因为我不希望将其全部放入一个控制器中。

谁能告诉我执行此操作的最佳方法以及展示如何在视图之间切换的可能性?

谢谢

I am making a simple application and will require to actually load different views on a button click.

The thing is I want to separate the code for each view into it's own class as I don't want it all put into one controller.

Can anyone tell me the best way to do this and also the possibility to show how to switch between views?

Thanks

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

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

发布评论

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

评论(1

我的黑色迷你裙 2024-11-15 14:20:30

看看 UITabBarController。为每个选项卡分配一个视图控制器,它应该按照您想要的方式运行。有很多关于创建它的教程。您可以查看 这个

Have a look at UITabBarController. Assign a view controller for each tab and it should behave as you want. There are quite a few tutorials on creating it. You can look at this.

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