Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UITextView Not Detecting Links

Tags:

I have a UITextView whose content I have set in my .xib.

I am trying to get it to recognize a link using these settings:

Settings

Unfortunately the link does not show up when I run in the simulator (it only shows as plain text):

In simulator

How can I get the UITextView to recognize the link and display it properly?

like image 555
carloabelli Avatar asked Dec 24 '13 02:12

carloabelli


1 Answers

Set your Textview behavior to Selectable ,

enter image description here

And make sure you have enabled User Interaction .

enter image description here

like image 141
Toseef Khilji Avatar answered Nov 02 '22 07:11

Toseef Khilji