5,381 questions
Xamarin.iOS UIAccessibility.PostNotification
Palmersjö, Ludvig
1
Reputation point
I cant get UIAccessibility.PostNotification to work.
The following code should read up the text
UIAccessibility.PostNotification(UIAccessibilityPostNotification.Announcement, new NSString(@"Item was saved"));
It says nothing with VoiceOver on. Tried putting this code on ViewWillAppear and on some button click events but nothing works.
Developer technologies | .NET | Xamarin
Sign in to answer