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 [email protected]\n9999999999\n99333333333
when i select [email protected] - 9999999999 will select too, though it is opening only [email protected] but selection shows to both of the text. So it can confuse user.
IS there any solution for this?Please check attached screen.