iPhone MapKit:注释的可访问性

发布于 2024-10-12 12:40:10 字数 162 浏览 2 评论 0原文

有谁知道如何将辅助功能标签添加到地图注释中?我尝试将其添加到 MKAnnotationView 和 MKAnnotation 但都不起作用。当选择注释时,VoiceOver 始终只读取“pin”,而原始地图应用程序在选择注释时会显示正确的标题。

谢谢并致以最诚挚的问候,

克里斯

does anybody know how it is possible to add an accessibility label to a map annotation? I've tried adding it to the MKAnnotationView and the MKAnnotation but neither works. VoiceOver always only reads "pin" when an annotation is selected, while the original Maps application features the correct title when selecting an annotation.

Thanks and best regards,

Chris

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

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

发布评论

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

评论(1

烟─花易冷 2024-10-19 12:40:10

在您的 -mapView:viewForAnnotation: 中设置返回的 MKAnnotationView 对象的 accessibilityValue

In your -mapView:viewForAnnotation: set the accessibilityValue of your returned MKAnnotationView object.

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