ios - How to add underline to certain words in UILabel in xib
As shown in the picture, I want to bold and underline the two words "handwriting". To make the bold bold, I can use Attributed text to set the attributes of those two words. Is there a simple way to underline it?