Search code examples
accessibilityios13voice-control

iOS 13 Accessibility voice control function


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


Solution

  • 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)