Is there a way to embed a url into only part of a string in UILabel WITHOUT using TTTAttributedLabel?
For example, in the following string @"For more information click here. Thank you!"
"Click here" would be the underlined hyperlink, but the rest of the string would not be clickable. Any ideas?
Thanks!