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 - 13 of 13 questions

AXObserverCreate with notification example in Swift, Accessibility API

Stackoverflow

I'm trying to make use of Accesibility API in Swift, to register for notifications of window properties of the current frontmost app.

Tags: 
  • swift
  • osx
  • syntax
  • notifications
  • accessibility

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

AXObserverCreate example in Swift, AXObserverCallback error

Stackoverflow

I'm trying to make use of Accesibility API in Swift, to register for notifications of window properties of the current frontmost app.

Tags: 
  • swift
  • osx
  • pointers
  • syntax
  • accessibility

Swift4: `AXUIElementCopyAttributeValue()` returns `AXError.cannotComplete`

Stackoverflow

On running the following code:

let pid = getAppPid()
let AXApp = AXUIElementCreateApplication(pid)

Tags: 
  • swift
  • osx
  • cocoa
  • accessibility
  • swift4

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

CGWindowListCopyWindowInfo debugging, returns nil on some systems

I have two identical 10.13 boxes that I use to build a tool that uses the Accessibility API. The tool needs to get a list of open applications.

Tags: 
  • swift
  • accessibility
  • swift4
  • uiaccessibility
  • quartz

Are Quartz event services/event taps deprecated?

Event taps provide a way to create assistive technologies as described here:

Tags: 
  • objective-c
  • swift
  • osx
  • cocoa
  • accessibility

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

Blur effect in iOS which ignores accessibilty ("reduce transparency" option)?

I have a blurred view which overlays other views.

Tags: 
  • ios
  • objective-c
  • swift
  • accessibility
  • uivisualeffectview

`UIPanGestureRecognizer` not accessible to users who are using VoiceOver in iOS

The below code adds a UIPanGestureRecognizer to the whole view on screen.

Tags: 
  • ios
  • swift
  • accessibility
  • uipangesturerecognizer
  • voiceover