I want to use the UIAccessibility informal protocol to set an accessibility trait on some views in MonoTouch. But there are no bindings. How can I do this?
I want to use the UIAccessibility informal protocol to set an accessibility trait on
Share
The MonoTouch UIResponder.SetValueForKey(key,value) call can be used. Here are some extension methods to get and set the accessibility trait(s) of a control:
Nic Wise has posted some other accessibility-related extension methods here. They let you set the accessibility label and hint for a control.