UITextView linkTextAttributes set accessibility value UITextView linkTextAttributes set accessibility value xcode xcode

UITextView linkTextAttributes set accessibility value


I don't think we can actually make it possible to voice over the link text seperately as it is still a string which do not have "isAccessibilityElement". However, this can be achieved If we create a CustomTextView with a label and a button.