Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
4,919 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.