Answers for "underline text in storyboard xcode"

0

underline text in storyboard xcode

label.attributedText = NSAttributedString(string: "Text", attributes:
    [.underlineStyle: NSUnderlineStyle.single.rawValue])
Posted by: Guest on June-16-2020

Code answers related to "Swift"

Browse Popular Code Answers by Language