---
title: Day 171
author: Daniel Devesa Derksen-Staats
date: 2022-11-05 22:32
tags: Voice Control, VoiceOver, accessibilityLabel, iOS
categories: ["Accessibility"]
series: ["365 Days iOS Accessibility"]
image: /Images/365DaysIOSAccessibility/image56.jpg
---

When using Voice Control, say: "Show names". You'll see all the accessibility labels for interactive elements overlaid on the screen. It will help you identify labels that can be improved, or actually missing. Labels are not just for VoiceOver.

![iPhone showing an RSS feed reader app. An article is opened with the headline: "Elon Musk tries to distract from Twitter layoffs by claiming advertisers are fleeing the platform". Voice Control is open. The user said "Show names". The accessibility labels for the interactive elements are shown on the screen. There are a bunch of them that say just "button" indicating that the accessibility labels are missing for those elements.](/Images/365DaysIOSAccessibility/image56.jpg)