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 1 - 5 of 5 questions

How can I enable VoiceOver for webview content on tableview

Stackoverflow

Normally, VoiceOver correctly reads web contents loaded with WKWebView and it is possible to read buttons and links.

Tags: 
  • ios
  • swift
  • accessibility
  • voiceover
  • uiaccessibility

App crashes in "voice over" when UIContextualAction has an empty title - iOS 11

Stackoverflow

I have the following code in my project,

Tags: 
  • ios
  • swift
  • accessibility
  • ios11
  • voiceover

How do I get a monospace font that respects acessibility settings

Stackoverflow

let bodyFontDescriptor = UIFontDescriptor
.preferredFontDescriptor(withTextStyle: UIFontTextStyle.body)

Tags: 
  • ios
  • swift
  • fonts
  • ios9
  • accessibility

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

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