souligner le texte dans Storyboard Xcode

label.attributedText = NSAttributedString(string: "Text", attributes:
    [.underlineStyle: NSUnderlineStyle.single.rawValue])
Glorious Grivet