I\'m using Interface Builder to layout my app. I have a UITextView that contains some text, part of which is a URL that I\'d like to make clickable (e.g. launches a browser
The issue was that User Interaction Enabled wasn't checked at the bottom of the View section of IB's Attributes Inspector.
User Interaction Enabled