Have you used Voice Control? It feels like magic! But it would be cool if you could have an easier time guessing the name of a button without the “Show names” command. We can do that! Meet accessibilityUserInputLabels.

https://developer.apple.com/documentation/objectivec/nsobject-swift.class/accessibilityuserinputlabels

An app with a cog button in the top-right corner. If the accessibility label is “settings”. Voice Control won’t recognise that button with the words configuration or preferences. But we can set all those concepts and others, perhaps gear, cogwheel or sprocket to the accessibilityUserInputLabels array property of the button.