VoiceOver/Accessibility of transparent UIView

2016-12-14 Thread Motti Shneor
___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription:

VoiceOver/Accessibility of transparent UIView, navigating through subviews in VoiceOver

2016-12-14 Thread Motti Shneor
Hello. I’m trying to make parts of my iOS app accessible, and find myself stumped. I have some video playing in a plain UIView. A custom (subclass of UIView) subview is displayed over the video view, containing a hierarchy of views, UIControls (buttons, progress bars, labels etc.). This