Sublinhe o texto no storyboard xcode
label.attributedText = NSAttributedString(string: "Text", attributes:
[.underlineStyle: NSUnderlineStyle.single.rawValue])
Glorious Grivet