presentModalViewController 可以被认为是 ios 应用程序中弹出窗口的一种方式吗?

发布于 2024-11-01 13:52:59 字数 118 浏览 0 评论 0原文

我有一个基于选项卡栏的应用程序,需要显示某些视图。有些“屏幕”不属于选项卡。在这些情况下,明智的做法是使用presentModalViewController 或仅“插入视图”。

任何对此的想法将不胜感激。

I have a tab bar based application that needs to show certain views. There are certain "screens" that are not part of the tabs. In those cases is it wise to use presentModalViewController or just to "insert the view".

Any thoughts on this will be appreciated.

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

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

发布评论

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

评论(1

≈。彩虹 2024-11-08 13:52:59

我肯定会使用presentModalViewController。它更容易编写和维护,并且免费动画为用户提供了额外的反馈。我不明白你为什么不想使用它。

I would definitely use presentModalViewController. It's easier to write and maintain and the free animation provides extra feedback to the user. I don't see why you wouldn't want to use it.

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