UIView with UIAccessibilityTraitAllowsDirectInteraction enabled crashes Backboardd
UIView with UIAccessibilityTraitAllowsDirectInteraction enabled crashes Backboardd
- Subject: UIView with UIAccessibilityTraitAllowsDirectInteraction enabled crashes Backboardd
- From: Alex Hall <email@hidden>
- Date: Tue, 16 Jun 2015 22:56:40 -0400
Hello again list, Thanks for the quick response to my previous question.
As I continue to experiment with different views and such, I've begun to play with direct interaction. This will let me use standard gestures in my app, so I can learn about gesture recognizers while leaving VoiceOver enabled, and it was a good intro to accessibility traits not auto-set by Cocoa.
Here's the problem. In my app, I have a few buttons and a label, all of which work fine. Below those is my UIView, which has the UIAccessibilityTraitAllowsDirectInteraction trait set on it. When I touch it in my app, VoiceOver speaks the view's name, and reads the hint I gave it. When I touch it a second time, Backboardd crashes and my phone appears to do a mini restart. I've done this five times in a row now, so it wasn't a one-time fluke. All my debugger says is a complaint about not being able to satisfy some constraints in my layout, then "XPC connection interrupted" and that's it. Given that this only happens with the direct interaction view, I thought I'd see if any of you know what might be going on? Are there other steps I need to take--such as things to handle or set up--that I haven't yet found? If this is more of a general question rather than related to accessibility, I apologize for straying off topic.
--
Have a great day, Alex Hall
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden