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 - 40 of 49 questions

How can I check hints in Accessibility Inspector?

Stackoverflow

I'm wondering if there is a way to check the hints using Accessibility Inspector? Or any other way on iOS to debug the accessibility viewing the hints? Thanks!

Tags: 
  • ios
  • xcode
  • accessibility

UITextView linkTextAttributes set accessibility value

Stackoverflow

I created a text view that has one line of text and part of the text is a link. I use linkTextAttributes to create that clickable link text, but I cannot get accessibility to work.

Tags: 
  • ios
  • xcode
  • uitextview
  • accessibility
  • nsattributedstring

How do I support large tab bar previews in iOS 11?

In some of Apple's apps like Photos in iOS 11 if you hold down on a tab bar icon while your phone is in landscape and you have the larger accessibility size Dynamic Text turned on a large preview o

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

React-Native iOS accessibilityViewIsModal property doesn't work

Stackoverflow

I am using Accessibility with VoiceOver in my app.

Tags: 
  • ios
  • react-native
  • accessibility
  • voiceover

iOS VoiceOver Button not Calling Target Method

I have a UIButton subclass, ACTLanguageButton that really just does some custom UI changes so that I can reuse the style.

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

Limit Voice Over to active view controller

I have an app with the classic "hamburger menu" to open settings. When pressed in slides in from the left covering most of the screen.

Tags: 
  • ios
  • accessibility
  • voiceover

Accessibility Inspector iOS

I am developing some app similar to Accessibility Inspector of iOS Simulator. It will mark all visible objects on screen and display details of it.

Tags: 
  • ios
  • uiview
  • accessibility
  • visibility
  • uiwindow

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

Need android feature of Accessibility Service(Android) in iOS

Can we accessibility text field or text from any app in my app in iOS?
This is possible in android through accessibility service.

Tags: 
  • ios
  • accessibility

How to programmatically use iOS voice synthesizers? (text to speech)

iOS devices have embedded voice synthesizers for Accessibility's VoiceOver feature. Is there a way you can use these synthesizers programmatically to generate text-based sounds?

Tags: 
  • ios
  • accessibility
  • voice
  • audio

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

VoiceOver and Scrolling in OpenGL backed UIViews

I am looking for advice on how to make a scrollable list drawn with OpenGL into a CAEAGLLayer backed UIViews accessible with VoiceOver.

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

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

iOS accessibility doesn't recognize anything on the screen

I'm trying to make my app accessible (use voice-over properly).

Tags: 
  • ios
  • accessibility

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

iOS Accessibility: Fetching the user's "Always Speak Notifications" VoiceOver preference

I've sifted through the available UIAccessibility capabilities here but haven't fo

Tags: 
  • ios
  • accessibility
  • uiaccessibility

How to make UITableViewCell read out a UIImageView automatically the way it does for UILabel with voice over

I've tried adding random labels to a UITableViewCell and the accessibility voice over system reads all of them automatically.

Tags: 
  • ios
  • accessibility
  • voice

Launch phone calls and show a call screen from guided access?

I have a "home screen-replacement" app on Android for people with eyesight problems and I'm considering making a similar App for iOS.

Tags: 
  • ios
  • ios7
  • accessibility
  • guided-access