Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

underline text in storyboard xcode

label.attributedText = NSAttributedString(string: "Text", attributes:
    [.underlineStyle: NSUnderlineStyle.single.rawValue])
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #underline #text #storyboard #xcode
ADD COMMENT
Topic
Name
7+4 =