This question already has an answer here:
Created a Label with a simple text.
How can I change the color of the certain words in the label?
Swift 3
Like below-
This question already has an answer here:
Created a Label with a simple text.
How can I change the color of the certain words in the label?
Swift 3
Like below-
Use
NSMutableAttributedString
to apply colors for different words in a string. Try this, there are already lot of similar questions have the answers in SO.