translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 21 - 28 of 28 questions

Why do I need to set preferredFont(forTextStyle:) when using attributed strings?

Stackoverflow

I have a label that I want to set to text with a custom line height. I also want to use dynamic type.

Here's how I'm setting the label:

Tags: 
  • ios
  • swift
  • uikit
  • accessibility
  • dynamic-text

How can I make a MasterDetailPage icon VoiceOver accessible?

Stackoverflow

My Xamarin.Forms app's main page consists of a MasterDetailPage that looks like the following:

Tags: 
  • ios
  • xaml
  • xamarin.forms
  • accessibility
  • voiceover

Background VoiceOveraccessibility focus on a UICollectionView

Stackoverflow

I have a problem with voiceover on a collectionview. I have a fullscreen (minus navigation bar) UICollectionView that contains 5 cells.

Tags: 
  • ios
  • swift
  • uicollectionview
  • accessibility
  • voiceover

iOS Refresh Accessibility Label

Stackoverflow

I have a button with accessibility label @"a". When the button is pressed, I have a callback that sets the accessibility label button.accessibilityLabel = @"b".

Tags: 
  • ios
  • objective-c
  • accessibility
  • voiceover

Change order of read items with VoiceOver

Stackoverflow

I have a bunch of buttons on the screen which are positioned intuitively visually but are not read in an intuitive order by VoiceOver.

Tags: 
  • ios
  • accessibility
  • voiceover

iOS VoiceOver wait on element to finish reading before changing to next element

Stackoverflow

I have a button that can toggle a label being shown:

Tags: 
  • ios
  • accessibility
  • voiceover
  • uiaccessibility

For iOS, Safari, VoiceOver, how do I get VoiceOver to read something other than the text content?

Stackoverflow

I am trying to get VoiceOver to say something other than the specified text content in an HTML span element:

Tags: 
  • ios
  • accessibility
  • voiceover
  • wai-aria

UITabBar Large Content Size Image (HUD) doesn't display in Large Text mode

Stackoverflow

iOS 11 has an accessibility feature that shows a large version of a tabbar icon in a pop-up HUD when long pressed. In a WWDC presentation, it was mentioned this just involves turning on:

Tags: 
  • ios
  • accessibility
  • ios11
  • uitabbar
  • dynamic-type-feature