---
title: Day 148
author: Daniel Devesa Derksen-Staats
date: 2022-10-13 20:11
tags: Voice Control, accessibilityUserInputLabels, iOS
categories: ["Accessibility"]
series: ["365 Days iOS Accessibility"]
image: /Images/365DaysIOSAccessibility/image76.jpg
---

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](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.](/Images/365DaysIOSAccessibility/image76.jpg)