I just saw this message. I'm no kind of expert at Cocoa/IB, but I'll have a stab at this since you didn't appear to get any responses.
Generally, yes, the actual interactive item is the one VO needs to know about. In your example, the button is what VO should focus on. Is this a custom UI control? I ask because Cocoa's default UI controls are accessible out of the box, and only need special attention if you you do something like set an image for the button to display and don't offer any accessibility text for VO to speak. If you're still having trouble with this, accessibility-...@lists.apple.com is a great resource for this kind of question. > On Mar 25, 2016, at 11:07, Antonio Nunes <devli...@sintraworks.com> wrote: > > 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/mehgcap%40icloud.com > > This email sent to mehg...@icloud.com -- Have a great day, Alex Hall mehg...@icloud.com _______________________________________________ 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