When setting the UILabel
's AccessibilityLabel
, the AccessibilityLabel
is announced on voice over instead of the Text
. However, when setting the UITextField
's AccessibilityLabel
, the AccessibilityLabel
AND the Text
are announced on Voice Over.
How can I overwrite the UITextField.Text
on Voice Over announcement? I do not want to announce the Text
, I need to announce something else because I the texts are dates, for example, 01/10/2021, and I want to announce "January 10th, 2021" instead. When I set the AccessibilityLabel
it announces "January 10th, 2021 01/10/2021".