---
title: Day 22
author: Daniel Devesa Derksen-Staats
date: 2022-06-09 09:00
tags: VoiceOver, accessibilityLabel, iOS
categories: ["Accessibility"]
series: ["365 Days iOS Accessibility"]
---

With the button trait VoiceOver will read “button” after the accessibility label and will indicate the user that, when focused, they can double tap anywhere on the screen to interact with it. UIButton has this trait by default.