UIButton subclass no longer accessible?
UIButton subclass no longer accessible?
- Subject: UIButton subclass no longer accessible?
- From: David Dunham <email@hidden>
- Date: Wed, 20 Sep 2017 16:42:20 -0400
One of my testers (who uses VoiceOver) was surprised when my game no longer
showed a bunch of buttons when he upgraded to iOS 11.
They are a UIButton subclass, and had isAccessibilityElement set via Interface
Builder (in a .xib file).
I was able to work around this by setting
self.isAccessibilityElement = YES
but don’t know why I had to do this. (We’d been doing most of our VoiceOver
testing with iOS 10.)
Was there a change I missed? Is this a bug?
_______________________________________________
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