多个模式视图可防止背景变暗/禁用 UIModalPresentationPageSheet

发布于 2024-12-22 04:24:42 字数 138 浏览 0 评论 0原文

因此,当您在 iPad 上使用 UIModalPresentationPageSheet 演示样式呈现模态视图时,模态视图后面的视图将变暗并被禁用。但是,如果您的模式视图位于另一个(整页)模式视图之上,则似乎不会发生变暗/禁用。有人知道解决这个问题的方法吗?谢谢

So when you present a modal view with UIModalPresentationPageSheet presentation style on iPad, the view behind the modal view will get dimmed and will be disabled. However, if you have a modal view present on top of another (full page) modal view, it seems that the dimming/disabling does not happen. Anyone know of a way around this? Thanks

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

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

发布评论

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

评论(1

余罪 2024-12-29 04:24:42

我认为这一切都取决于使用哪个控制器来呈现模式视图控制器。我发现当使用 UISplitViewController 时,除了分割视图控制器本身不应用调光之外,从任何东西呈现模式视图控制器。我有兴趣看到更多复制您所描述内容的代码。

I think this all depends which controller is being used to present the modal view controller. I've found that when using UISplitViewController, presenting a modal view controller from anything the but the split view controller itself doesn't apply the dimming. I'd be interested to see more code replicating what you're describing.

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