1

Is the iOS 13 accessibility voice control function source code or a related API open for use by developers? I want to write some like this: Accessibility voice control use screen tab number to click

John Liu
  • 25
  • 5

1 Answers1

0

Nothing is highlighted about this iOS 13 new feature but its 'accessibilityUserInputLabels' property that enables changing labels specifically for some items: neither event name nor notification are exposed.

In iOS 13, you can't have this feature under control to code something specific: the system analyzes your app and applies labels, numbers and actions to the appropriate elements.

The only thing to be customized is the vocal command inside the device settings: forget about coding anything about the voice control... until the next iOS version maybe? ;o)

XLE_22
  • 5,124
  • 3
  • 21
  • 72