Sunday, 15 September 2013

How to create attribute for Underline on UILabel?

How to create attribute for Underline on UILabel?

I already have this attribute on my code, but how to add attribute for
underline?
NSDictionary *attrs = [NSDictionary dictionaryWithObjectsAndKeys:
boldFont, NSFontAttributeName, foregroundColor,
NSForegroundColorAttributeName, nil];
thank you.

No comments:

Post a Comment