I have a UITextView
with a paragraph of text, within the text there are two links (ie. via addAttribute(.link, value: url, range: range)
). When I have VoiceOver turned on, I adjust the rotor to "Links", and after focusing on the UITextView
, I can swipe up and down to refine the focus onto each of the links. However, this no longer works on iOS 13, I don't know what has been changed in this regard?
Thanks!