I'm using an UITextView and want some parts of the text to be transparent.
I'm currently using an NSAttributedString with NSForegroundColorAttribute having the color with the desired transparency.
It works for regular characters but not for emoticons. Is it possible to set the emoticons transparent in a UITextView? If so, how?
Note: I'm looking to support iOS6 or above.