---
title: Day 35
author: Daniel Devesa Derksen-Staats
date: 2022-06-22 21:04
tags: VoiceOver, iOS, isSearchField
categories: ["Accessibility"]
series: ["365 Days iOS Accessibility"]
---

Styling a search bar is hard. Lots of developers opt to build their own instead. If you do, remember to add the .searchField accessibility trait. VoiceOver will announce "Search Field" indicating the user that results might change as they type.