I have a UITextField that contains "£24 pm" but I want voiceover to say "£24 per month". By setting:
[textView setAccessibilityLabel:@"£24 per month"];
VoiceOver reads out "£24 per month £24 pm".
How do I stop the message in the UITextField from being read out?