Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
189 views

How do you access the accessibilityName of an NSColor?

I'm writing a multiplatform SwiftUI app, and I'd like to use accessibilityName to get human-readable names of colours. On iOS this works: let myColor = Color.red return UIColor(myColor)....
Angela's user avatar
  • 129
3 votes
0 answers
242 views

Position and size of text within NSTextFields and/or NSTextView of another application

Hey StackOVerflow community! I'm building some macOS app that should "read" and highlight some specific words on the screen. Only if they are inside NSTextView or NSTextField. While using ...
Sapozhnik Ivan's user avatar
1 vote
3 answers
1k views

VoiceOver won't announce NSAccessibility Notification

I'm working to add accessibility to a custom UI element in an existing macOS codebase. We've got a custom error window that appears when an error occurs, and I'm trying to get VoiceOver to announce ...
hisaac's user avatar
  • 111