如何使UisheetPresentationController Prefersgrabbervisible遵循光/暗模式?

发布于 2025-01-23 10:14:06 字数 370 浏览 0 评论 0原文

在设置uisheetPresentationController's prefersgrabbervisible to true中,我们的应用程序成功地显示了Modal View Controller的顶部的Grabber句柄。

但是,Grabber始终处于系统灯/暗模式,忽略了OverrideUserInterFaceStyle设置,而忽略了uitraitCollection覆盖。

我们如何使Grabber尊重特定的视图控制器的光/深色UIUSERINTERFACESTYLE,而不仅仅是粘附在设备灯/暗模式上?

In setting UISheetPresentationController's prefersGrabberVisible to true, our app successfully displays the grabber handle at the top of modal view controllers.

However, the grabber is always in the system light/dark mode, ignoring the overrideUserInterfaceStyle setting and ignoring the UITraitCollection override.

How do we make the grabber respect the specific view controller's light/dark UIUserInterfaceStyle instead of just adhering to device light/dark mode?

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

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

发布评论

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

评论(1

画离情绘悲伤 2025-01-30 10:14:06

OverrideUserInterfaceStyle grabber的视图所覆盖,这就是为什么将此属性设置为视图控制器(或Supperiew)无济于事的原因。

因此,您无法控制Grabber的颜色

但是,如果您真的想更改它,则可以尝试在每次traitcollectiondidchange(...)中尝试在子视图中手动查找它的颜色。

overrideUserInterfaceStyle for the grabber is overrided by its view that's why setting this property to a view controller (or superview) doesn't help.

Therefore, you can't control the color of the grabber.

However, if you really want to change it, you can try to change color of the grabber manually finding it in subviews each time traitCollectionDidChange(...) is called

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