andrius-k / Toast

Toast messages library for Xamarin.iOS
MIT License
41 stars 9 forks source link

Accessibility support? #12

Open bodeg opened 4 years ago

bodeg commented 4 years ago

How to make my toast message to be spoken via VoiceOver?

My current usage is very simple

Toast.MakeToast(message) .SetDuration(duration) .Show();

andrius-k commented 4 years ago

Hi and sorry for a late reply!

Currently there is no special support for accessibility. I'm sorry about that. However feel free to contribute and PR the required functionality.