来自 modalViewController 的 PushViewController

发布于 2024-11-24 05:09:37 字数 93 浏览 2 评论 0原文

如果我将视图推送到 navigationController 并以模态方式呈现它,是否可以推送并显示另一个视图,而不必先关闭 modalViewController?谢谢。

If I push a view onto a navigationController and present it modally, is it possible to push and show another view without having to first dismiss the modalViewController? Thanks.

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

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

发布评论

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

评论(1

樱花落人离去 2024-12-01 05:09:37

你的问题不太清楚。 “将视图推送到导航控制器上”和“以模态方式呈现它”是两个不同的操作。但是,完成其中任一操作后,您可以再次执行其中任一操作。

NavCon 推送 ViewA
-ViewA然后可以推送ViewB

-ViewA可以模态地呈现ViewB。

NavCon 以模态方式显示 ViewA

-ViewA 然后可以推送 ViewB // 这有点奇怪,但可能。

-ViewA可以模态地呈现ViewB。

Your question is not quite clear. "push a view onto a navigationController" and "present it modally" are 2 different operations. However, after doing either of these, you can do either of those again.

NavCon push ViewA
-ViewA can then push ViewB
or
-ViewA can present ViewB modally.

NavCon show ViewA modally

-ViewA can then push ViewB // this is a little weird, but possible.
or
-ViewA can present ViewB modally.

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