Posts

Post marked as solved
1 Replies
1.9k Views
I need to know when Accessibility Voice Over is on because I want to "unEnable" the modifier.onTapGesture{} which interferes with the Accessibility gestures. My whole screen is filled with buttons and textfields that respond to touch and my code is confused when Voice Over is on. I Found: UIAccessibility.voiceOverStatusDidChangeNotification but I need to see a sample how to use it! I've not coded Notifications before. I've been reading google search and I do not need Notifications. Just a simple way to set a variable true or false depending on Voice Over is on. more reading revels this: isVoiceOverRunning so, I will read how to use it...
Posted Last updated
.
Post marked as solved
2 Replies
1.7k Views
I need to code differently when Voice Over is on. I found this: UIAccessibility.voiceOverStatusDidChangeNotification Notification coding is unknown to me. I need the Notification to change my variable "accessibilityIsOn: Bool" as Voice Over changes. I've been reading google and learned that I do not need Notifications; What I need is the way to detect if the user is using Voice Over. More reading revels this: isVoiceOverRunning So I will read how to use it.
Posted Last updated
.