UIAccessibility is a programming interface supplied by Apple that enables user-facing objects to send information about themselves to Apple's VoiceOver screen reader.

learn more… | top users | synonyms

0
votes
0answers
6 views

UIAccessibility implementation on UITableView

I am trying to understand how UITableView accessibility works (in order to add the support to some other libraries that work in a similar way). So I implemented UIAccessibilityContainer Protocol in ...
0
votes
0answers
32 views

Disable voiceover feedback on UIButton

I'm currently implementing accessibility for my game. I'm using UIAccessibilityTraitAllowsDirectInteraction for the buttons of the interface, as suggested by Apple. It works well, but the problem is ...
3
votes
1answer
63 views

Accessible Custom Keyboard in iOS

I want to make a custom keyboard perform like the iOS software keyboard with regards to accessibility. When a button-press adds a letter to a UITextField, the letter should be spoken by VoiceOver in ...
0
votes
0answers
26 views

Passing an NSAttributedString to UITableViewCell's accessibilityLabel property causes crash

I'm integrating the UIAccessiblity stuff into my app, which because it is a language learning app, has UITableViewCells where the textLabel is in German and the detailTextLabel is in English. I want ...
0
votes
1answer
34 views

Dynamic Accessibility Label for CALayer

How do I make a CALayer accessible? Specifically, I want the layer to be able to change its label on the fly, since it can change at any time. The official documentation's sample code does not really ...
1
vote
1answer
62 views

Custom VoiceOver actions in UITableViewCell

When a UITableView is editable, its UITableViewCells allow the user to perform custom actions when VoiceOver is on. The user can hear the available actions by swiping up or down while the VoiceOver ...
1
vote
0answers
26 views

UICollectionViewFlowLayout Voice Over reads items out of order with Flow Layout

I have two questions regarding accessibility and UICollectionViews that I'm hoping to get some expert help with. The other question, regarding section headers, can be found here. I've created a sample ...
1
vote
1answer
89 views

UICollectionView Section Headers as Accessibility Headers

I have two questions regarding accessibility and UICollectionViews that I'm hoping to get some expert help with. The other question, regarding Voice Over read order, is here. I've created a sample ...
0
votes
1answer
51 views

VoiceOver ignores visible views, and speaks accessibilityLabels of hidden views

I have UIView, that can contain one of two views. When I removeFromSuperview first view and addSubview second view I can still hear accessibiliyLabel of hidden view. And only in 1-2 seconds I can hear ...
0
votes
0answers
104 views

UICollectionView and collection view cells not appearing on element tree

I am working on UIAutomation for an ios app and logging an element tree for all the elements inside an UITableView. It does provide me with the name and value pairs for all table groups and table ...
0
votes
1answer
86 views

Accessibility: How to always set the focus on the navigation item's title view

I'm using a UINavigationController in my app. When using VoiceOver the backButton has the focus, when a new ViewController is pushed. I'd rather have the accessibilityLabel of the titleView been ...
1
vote
1answer
35 views

Using accessibility to store other info?

In my application I want to have the UILabel to hold two strings (one for showing and other for using sometime later time) for my application. while thinking of subclassing I came across the property ...
5
votes
2answers
151 views

How to make a UISearchBar's bookmarks icon accessible?

I'm trying to improve Voice Over support in an app. I have a UISearchBar. I've set the showBookMarks property to YES. And I've set a custom image with: [searchbar setImage:icon ...
1
vote
1answer
151 views

UIAccessibility change UITableView voiceover announcements (row # of #)

With VoiceOver enabled a user can use a 3 finger swipe gesture to scroll TableViews. VoiceOver verbally announces to the user a phrase indicating their location on the tableview i.e. the rows that are ...
0
votes
0answers
66 views

Accessibility identifier to a table view section

I am adding accessibility identifiers to all the elements inside my project so that I can use them when I write testing automation script. However I noticed that the under table view, I have table ...

1 2 3
15 30 50 per page