<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Resources on Mobile A11y</title><link>https://mobilea11y.com/tags/resources/</link><description>Recent content in Resources on Mobile A11y</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>a11y@mobilea11y.com (Mobile A11y)</managingEditor><webMaster>a11y@mobilea11y.com (Mobile A11y)</webMaster><copyright>Email: [a11y@mobilea11y.com](mailto:a11y@mobilea11y.com).&lt;br&gt;&lt;a href="https://mobilea11y.com"&gt;Mobile A11y&lt;/a&gt; &amp;copy; 2026 by &lt;a href="https://www.linkedin.com/in/rob-whitaker/"&gt;Rob Whitaker&lt;/a&gt; is licensed under &lt;a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="license noopener noreferrer"&gt;CC BY-NC 4.0&lt;/a&gt;&lt;img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" class="cc-icon"&gt;&lt;img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" class="cc-icon"&gt;&lt;img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="" class="cc-icon"&gt;</copyright><lastBuildDate>Sun, 20 Feb 2022 18:02:11 +0000</lastBuildDate><atom:link href="https://mobilea11y.com/tags/resources/index.xml" rel="self" type="application/rss+xml"/><item><title>iOS UIKit Accessibility traits</title><link>https://mobilea11y.com/blog/traits/</link><pubDate>Fri, 13 Aug 2021 07:30:56 +0000</pubDate><author>a11y@mobilea11y.com (Mobile A11y)</author><guid>https://mobilea11y.com/blog/traits/</guid><description>&lt;p&gt;Accessibility traits on iOS is the system by which assistive technologies know how to present your interface to your users. The exact experience will vary between assistive technologies, in some cases they may change the intonation of what VoiceOver reads, or add additional options for navigation, sometimes they will disable that assistive technology from accessing the element, or change how the assistive tech functions. They are the &amp;lsquo;Role&amp;rsquo; part of the fundamental rule of making something accessible to screen readers - &lt;a href="https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html" target="_blank" rel="noreferrer"&gt;WCAG&amp;rsquo;s 4.1.2: Name, Role, Value&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Test Your App's Accessibility with Evinced</title><link>https://mobilea11y.com/blog/evinced-ios/</link><pubDate>Wed, 24 Mar 2021 07:30:56 +0000</pubDate><author>a11y@mobilea11y.com (Mobile A11y)</author><guid>https://mobilea11y.com/blog/evinced-ios/</guid><description>&lt;blockquote&gt;&lt;p&gt;Disclosure: Evinced has paid for my time in writing this blog, and I have provided them feedback on the version of their tool reviewed and an early beta. I agreed to this because I believe in the product they are offering.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;Testing your app for accessibility is an essential part of making an accessible app, as with any part of the software you build, if you don’t test it, how can you be sure it works? Because accessibility is human, there are no true shortcuts to this, a through manual test will always be the most productive form of accessibility testing possible. But with some carefully designed automated checks, you can detect common accessibility issues quicker and earlier. This makes fixing them easier, the chance of these errors reaching your customers is reduced, and it saves you valuable time for resolving more complex issues. It&amp;rsquo;s not an easy problem to solve - I’ve tried with &lt;a href="https://github.com/rwapp/A11yUITests" target="_blank" rel="noreferrer"&gt;A11yUITests&lt;/a&gt;, and Apple built their offering, &lt;a href="https://developer.apple.com/videos/play/wwdc2019/257/" target="_blank" rel="noreferrer"&gt;Accessibility Inspector&lt;/a&gt;, right in to Xcode. Now a new tool has entered the arena from &lt;a href="https://evinced.com" target="_blank" rel="noreferrer"&gt;Evinced&lt;/a&gt;, the iOS Accessibility Debugger.&lt;/p&gt;</description></item><item><title>How Do I Get My App an Accessibility Audit?</title><link>https://mobilea11y.com/blog/accessibility-professionals/</link><pubDate>Sun, 21 Mar 2021 07:30:56 +0000</pubDate><author>a11y@mobilea11y.com (Mobile A11y)</author><guid>https://mobilea11y.com/blog/accessibility-professionals/</guid><description>&lt;p&gt;This is a common question I get asked - how do I go about arranging an accessibility audit for my app so I know where I can make improvements? If you&amp;rsquo;re truly looking for an answer to that question then I have a few &lt;a href="https://mobilea11y.com/blog/accessibility-professionals/#accessibility-professionals-who-can-help" &gt;options for you&lt;/a&gt; below, but first, are you asking the right question?&lt;/p&gt;

&lt;h2 class="relative group"&gt;Accessibility Isn&amp;rsquo;t About Box Ticking
 &lt;div id="accessibility-isnt-about-box-ticking" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#accessibility-isnt-about-box-ticking" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;You can&amp;rsquo;t make your app accessible by getting a report, fixing the findings, and accepting it as done. Accessibility is a constant process of improvement to make sure your app works better for as many people as possible. This could mean adopting new accessibility APIs as they become available, or it could mean reacting to feedback you receive from your users. Disability happens when someone&amp;rsquo;s abilities don&amp;rsquo;t mesh with the tools we have provided, and as disability is such a wide spectrum there will always be someone disabled by your app. How that manifests will vary depending on your app, the people using it, and over time, so one assessors report is not enough to claim your app is 100% accessible, because there is no such thing. To claim this is both naive and a little offensive.&lt;/p&gt;</description></item><item><title>A11y Box Android</title><link>https://mobilea11y.com/blog/a11y-box-android/</link><pubDate>Sun, 26 Apr 2020 07:30:56 +0000</pubDate><author>a11y@mobilea11y.com (Mobile A11y)</author><guid>https://mobilea11y.com/blog/a11y-box-android/</guid><description>&lt;p&gt;A few months ago I &lt;a href="https://mobilea11y.com/blog/a11y-box-ios/" target="_blank" rel="noreferrer"&gt;shared&lt;/a&gt; a &lt;a href="https://github.com/rwapp/A11y-Box-iOS" target="_blank" rel="noreferrer"&gt;project&lt;/a&gt; I&amp;rsquo;d been working on for iOS exploring the accessibility API available on that platform. The Android accessibility API is equally large and full featured, and really deserves the same treatment. So here&amp;rsquo;s &lt;a href="https://github.com/rwapp/A11y-Box-Android" target="_blank" rel="noreferrer"&gt;A11y Box for Android&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A11y Box for Android is an exploration of what is available on the Android accessibility api and how you can make use of it in your apps. It&amp;rsquo;s open source, and open for contributions. So please feel free to fork if there&amp;rsquo;s a feature I&amp;rsquo;ve missed or something that needs a little clarification.&lt;/p&gt;</description></item><item><title>A11y Box iOS</title><link>https://mobilea11y.com/blog/a11y-box-ios/</link><pubDate>Wed, 26 Feb 2020 07:30:56 +0000</pubDate><author>a11y@mobilea11y.com (Mobile A11y)</author><guid>https://mobilea11y.com/blog/a11y-box-ios/</guid><description>&lt;p&gt;iOS&amp;rsquo; UIAccessibility API is huge. I like to think I know it pretty well, but I&amp;rsquo;m always being surprised by discovering features I previously had no idea about. Like many things on iOS, the documentation for UIAccessibility is not always complete, even for parts of the API that have been around for years.&lt;/p&gt;
&lt;p&gt;In an attempt to help spread the knowledge of some of the awesome things UIAccessibility is capable of, I&amp;rsquo;ve created &lt;a href="https://github.com/rwapp/A11y-Box-iOS" target="_blank" rel="noreferrer"&gt;A11y Box&lt;/a&gt; for iOS. It&amp;rsquo;s an open source project that covers every feature I know about on the UIAccessibility API, and a little more too.&lt;/p&gt;</description></item><item><title>A11yUITests: An XCUI Testing library for accessibility</title><link>https://mobilea11y.com/blog/a11yuitests/</link><pubDate>Tue, 17 Dec 2019 07:30:56 +0000</pubDate><author>a11y@mobilea11y.com (Mobile A11y)</author><guid>https://mobilea11y.com/blog/a11yuitests/</guid><description>&lt;p&gt;&lt;a href="https://github.com/rwapp/A11yUITests" target="_blank" rel="noreferrer"&gt;A11yUITests&lt;/a&gt; is an extension to XCTestCase that adds tests for common accessibility issues that can be run as part of an XCUITest suite. I&amp;rsquo;ve written a detailed discussion of the &lt;a href="https://mobilea11y.com/guides/xcui/" target="_blank" rel="noreferrer"&gt;tests available&lt;/a&gt; if you&amp;rsquo;re interested in changing/implementing these tests yourself. Alternatively, follow this quick start guide.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Getting Started
 &lt;div id="getting-started" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#getting-started" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;

&lt;h3 class="relative group"&gt;Adding A11yUITests
 &lt;div id="adding-a11yuitests" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#adding-a11yuitests" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;p&gt;I&amp;rsquo;m assuming you&amp;rsquo;re already familiar with cocoapods, if not, &lt;a href="https://cocoapods.org" target="_blank" rel="noreferrer"&gt;cocoapods.org&lt;/a&gt; has a good introduction. There is one minor difference here compared to most cocoapods, we&amp;rsquo;re not including this pod in our app, but our app&amp;rsquo;s test bundle. This means your podfile will look something like this.&lt;/p&gt;</description></item><item><title>Resources</title><link>https://mobilea11y.com/resources/</link><pubDate>Sun, 01 Dec 2019 07:30:56 +0000</pubDate><author>a11y@mobilea11y.com (Mobile A11y)</author><guid>https://mobilea11y.com/resources/</guid><description>&lt;p&gt;This is a personally curated list of resources I have used and think others may find helpful too. I&amp;rsquo;m always looking for new high quality mobile accessibility and inclusion resources to add here. Please share any you find with me via &lt;a href="mailto:a11y@mobilea11y.com" &gt;email&lt;/a&gt; or &lt;a href="https://twitter.com/MobileA11y" target="_blank" rel="noreferrer"&gt;Twitter&lt;/a&gt;.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Code
 &lt;div id="code" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#code" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;

&lt;h3 class="relative group"&gt;Android
 &lt;div id="android" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#android" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://developer.android.com/guide/topics/ui/accessibility" target="_blank" rel="noreferrer"&gt;Android Developers: Build more accessible apps&lt;/a&gt;&lt;/strong&gt;&lt;br/&gt;
Android&amp;rsquo;s developer documentation for Accessibility, including design, building &amp;amp; testing. With videos, code samples, and documentation.&lt;/p&gt;</description></item></channel></rss>