I have some text in a UITextView, that I would like to have show as blue, and serve as a link to a website. How do I do that in interface builder?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Interface Builder, select the UITextView, open the inspector, go to the Text View Attributes tab, then make share “Detect Links” is checked.
This only works for items that look like links (http://stackoverflow.com)
For making arbitrary links, then you will want to use a UIWebView instead.