Understanding accessibility
Understanding accessibility
- Subject: Understanding accessibility
- From: Antonio Nunes <email@hidden>
- Date: Fri, 25 Mar 2016 16:07:27 +0100
I’ve create a custom view controller, and am trying to make it accessible, bot not really getting much luck.
The view hierarchy is fairly involved, with multiple levels of stack views and buttons and/or custom views nested within those.
From my reading of Apple’s docs on supporting accessibility I’d say that views containing other views do not need to be marked as accessible, as long as the ‘end point’ views are accessible.But maybe I’m misunderstanding
Maybe an example will be clearest: Let’s say I have a stack view that’s nested in a stack view. The nested stack view has a row that contains a UIButton. I want the button to be accessible. E.g. with VoiceOver on I want to be able to tap the button to activate it and get audible feedback about it. What are the steps I need to take to achieve this?
Thanks,
António
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden