Hello,
I want to improve UX for users who uses braille devices.
I am using accessibilityLabel in SwiftUI to show information for blind users but I want to give a better experience for braille users using special characters like a block in braille to draw simple figures. Those characters cannot be spoken by TextToSpeech and that is the reason that I need an alternative of accessibilityLabel only for braille devices.
Is this possible in UIKit, AppKit or SwiftUI? I preffer using SwiftUI but I will use anything to get this.
Thanks in advance