使 MKMapView 透明但保持覆盖层不透明

发布于 2024-10-15 23:05:17 字数 68 浏览 4 评论 0原文

有没有办法使地图有些透明,但保持所有添加的叠加层不透明? 调整地图的 Alpha 值当然也会设置覆盖层的 Alpha 值。

Is there a way to make the map somewhat transparent but keep all the added overlays opaque?
Adjusting the alpha for the map will of course set it for the overlays as well.

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

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

发布评论

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

评论(1

强辩 2024-10-22 23:05:17

您将不得不摆弄 MKMapView 的子视图,这是可能的,但完全没有文档记录,并且 Apple 不推荐。基本上,您需要找到具有实际地图的子视图并设置其 alpha。不保证它真的有效!

You would have to fiddle around with MKMapView's subviews which is possible but completely undocumented and not recommended by Apple. Basically you'd need to find the subview with the actual map and set its alpha. No guarantee it'll actually work!

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