I am trying to display an attributed string in a UITextview with clickable links. I\'ve created a simple test project to see where I\'m going wrong and still can\'t figure i
Just select the UITextView in your storyboard and go to "Show Attributes inspector" and select selectable and links. As the image below shows. Make sure Editable is unchecked.