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
Asked
Active
Viewed 480 times
1
-
Please replace "enter image description here" with a description of the image. – auspicious99 Oct 14 '19 at 03:25
1 Answers
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