I'm developing application which is also for blind people. I'm using UITextField, where 508/VA(Professional Testing team) asking us to implement UIAccessibilityTraitUpdatesFrequently
. I went through documentation from Apple, but I didn't got any methods where I can observe UIAccessibilityTraitUpdatesFrequently
notification.
I have same kind question like
UITextView setup for Voice Over to select/read by paragraph
accessibilityTraits support in ios 7
but I'm not getting how to use this UIAccessibilityTraitUpdatesFrequently
.I'm not getting any notification method for this.
Your help will be appreciated.