Let's say i'm adding underline style in NSAttributedString:
[attrStr addAttribute:NSUnderlineStyleAttributeName value:@(NSUnderlineStyleSingle) range:range];
Is it possible to apply color (not only underline style) to underline without changing text color?