标准视图和 UITabBarController 视图之间的转换?

发布于 2024-09-25 19:55:10 字数 48 浏览 4 评论 0原文

设置具有初始标准全屏 UIView 并转换为选项卡栏视图的结构的最简洁方法是什么?

What is the cleanest way to set up a structure where you have an initial standard, full screen UIView, which transitions to a Tab Bar view?

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

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

发布评论

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

评论(2

美男兮 2024-10-02 19:55:13

将选项卡栏视图作为子视图添加到窗口中。然后通过将全屏视图(控制器)呈现为选项卡栏上的模式视图(控制器)来显示全屏视图(控制器)。通过关闭模态视图来删除带有动画的全屏视图。

Add the tab bar view as a subview to the window. Then show the fullscreen view (controller) by presenting it as a modal view (controller) over the tab bar. Remove the fullscreen view with an animation by dismissing the modal view.

谁许谁一生繁华 2024-10-02 19:55:13

是的,我同意。在 UITabBarController 视图上显示普通 UIView 作为模态可能是最简洁的方法。但如果您不想使用模式视图,也可以进行翻转视图转换。

Yes, I agree. Displaying ordinary UIView over a UITabBarController view as modal is probably the cleanest way. But you could alternatively do a flip view transition if you don't want to use modal view.

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