Reputation: 301
I am struggling with accessibility for NSSegmentedControl on OSX. I want to add accessibility labels to individual segments in NSSegmentedControl. When I turn on Voice over I see that the voice over detects these segments as radio buttons. However I would like to change the description for these buttons. For this I am assuming I would need the reference to the individual NSButtons. Is there a way I can get it?
Otherwise is there any easy way to add accessibility labels to individual accessibility labels?
Upvotes: 1
Views: 162