为 iPhone 应用程序实现 Voice Over

发布于 2024-10-29 21:06:14 字数 52 浏览 0 评论 0原文

我的应用程序需要支持 Voice Over(针对盲人/部分盲人)。请指导我如何实现此功能。

I need to support Voice Over (for blind/partial blind persons) for my application. Please guide me how to implement this feature.

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

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

发布评论

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

评论(4

糖粟与秋泊 2024-11-05 21:06:14

我认为这个问题在很多方面都非常模糊,所以我会尝试触及一些:

从技术上讲,如果您可以从界面中抽象每个字符串,这会有所帮助: http://www.acapela-for-iphone.com/。从我的脑海中,我可以想到大声说出界面元素的位置。这种方法需要简单的界面,在一个屏幕上只有很少的元素,并且可能在多个屏幕上用于后续操作。

I think this question is very vague with many aspects, so I'll try to touch a few:

Technically, if you can abstract each string from the interface, this can help: http://www.acapela-for-iphone.com/. From the top of my head, I can think of saying out loud the positions of the interface elements. This approach requires simple interfaces, with few elements on 1 screen and maybe multiple screens for subsequent actions.

岁月静好 2024-11-05 21:06:14

到目前为止,我看到的最好的答案是这篇文章,它指向苹果工程师 Chris Fleisach 的斯坦福讲座

http://www.podfeet.com/blog/tutorials-5/build-accessible-ios-apps/

克里斯的视频:http://www.youtube.com/watch?v=5b0V6MltEnw

该视频包含了我们所有的内容正在寻找。

在视频的 15 点 30 秒左右开始,克里斯开始谈论相关信息。 API 讨论于 19 点 29 秒开始。

The best answer I've seen so far is this article which points to a Stanford lecture by Apple Engineer, Chris Fleisach

http://www.podfeet.com/blog/tutorials-5/build-accessible-ios-apps/

Chris's video: http://www.youtube.com/watch?v=5b0V6MltEnw

The video has what we all are looking for.

In the video starting around the 15:30 sec mark Chris starts talking about the relevant information. The API discussion starts at 19:29 sec.

涙—继续流 2024-11-05 21:06:14

我建议看一下:

  • 设计标准在编码之前就知道。
  • 开发人员指南,获取有关基本功能编码方式的一些信息。
  • 如果您需要了解的不仅仅是基本手势,请使用 VoiceOver 手势
  • 一些 WWDC 视频,这些视频通过视频间隔拍摄进行了总结和完美详细介绍直接获得适当的播放。

许多插图有助于理解概念,并且 ObjC 和 Swift 中提供了代码片段。

I suggest to take a look at :

  • The design criteria to be well known before you code.
  • The developers guide to get some info about the way to code essential features.
  • The VoiceOver gestures if you need to know more than just the basic ones.
  • Some WWDC videos that are summarized and perfectly detailed with video timelapses to get directly the appropriate playback.

Many illustrations help to understand the concepts and the code snippets are provided in ObjC and Swift.

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