I am facing one minor issue with UITextview link functionality.
I have enabled link,phone and address detection functionality in my app and it is working well.
My issue is if i added two links at a time say abc@gmail.com\n9999999999\n99333333333
when i select abc@gmail.com - 9999999999 will select too, though it is opening only abc@gmail.com but selection shows to both of the text. So it can confuse user.
IS there any solution for this?Please check attached screen.