Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 VoiceOver 的 iPhone 应用程序。我还连接了盲文板与 iPhone 设备。对于 VoiceOver 通知,我使用:
UIAccessibilityPostNotification(UIAccessibilityLayoutChangedNotification, textFieldMain);
但在这种情况下,盲文板没有收到任何通知。是否有可能通过代码通知盲文板?