iOS 13 Accessibility voice control function

544 views Asked by At

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

1

There are 1 answers

0
XLE_22 On BEST ANSWER

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)