I'd like to be able to show a UITextView
that has multi-colored hyperlinks (ie, some hyperlinks red, some blue, some green, etc.)
No matter what I set NSForegroundColorAttributeName
to for the given range of the hyperlink it always seems to get overwritten by whatever is specified in myTextView.linkTextAttributes
.
Is there a way I can disable the linkTextAttributes
functionality or override its styles on a per-range basis?