---
title: Day 135
author: Daniel Devesa Derksen-Staats
date: 2022-09-30 21:01
tags: SwiftUI, accessibilityLabel
categories: ["Accessibility"]
series: ["365 Days iOS Accessibility"]
---

If you use SwiftLint in your SwiftUI project, there is a rule, by [@rerycole34](https://twitter.com/rerycole34),  for making sure that your images have either an accessibility label or are hidden for assistive tech because they might be decorative. 

Rule: [https://realm.github.io/SwiftLint/accessibility_label_for_image.html](https://realm.github.io/SwiftLint/accessibility_label_for_image.html)