'How to change color of unicode string in label on iOS?
It is quite strange. If string consist of this unicode "🌐" and although I set text color like this:
[self.lblText setTextColor:[UIColor blackColor]];
I can't change color of "🌐". I can't use image and it has to be text. Is there any black color globe or how can I change those unicode text/symbol to a specific color?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
