I have a UILabel, the data for this label is populated via a database, and the text will contain multiple links, and i'm looking for a way to display these within a Label cleanly, i.e. not
"Click here for more information http://stackoverflow.com"
but
"Check stack overflow for more information"
Is there any easy way to do this with Swift?