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 (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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to