gpt4 book ai didi

ios - VoiceOver 忽略 UIBarButton 中的 accessibilityHint

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:18:04 27 4
gpt4 key购买 nike

我的导航栏中有一个自定义按钮。

Interface Builder screenshot

无法使用条形按钮在界面构建器中编辑辅助功能,所以我在代码中做到了:

self.addressBookButton.isAccessibilityElement = YES;
self.addressBookButton.accessibilityLabel = @"Contacts";
self.addressBookButton.accessibilityHint = @"Selects a phone number.";

在模拟器和设备中,VoiceOver 忽略只读标签的提示:

"Contacts, button."

最佳答案

我没有使用 backBarButtonItem,而是使用了 leftBarButtonItem

我建议为 another question 的导航栏中的自定义后退按钮实现 VoiceOver 实现。你应该会感兴趣。

关于ios - VoiceOver 忽略 UIBarButton 中的 accessibilityHint,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24211846/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com