Change color of a certain word in UILabel

Viewed 3638

I just want to change color of some word in my Label's string.

What I want to do is:

What I want to do is:

How Im trying to do:

But it doesnt work and it says: 'NSMutableRLEArray replaceObjectsInRange:withObject:length:: Out of bounds'

So I need an advice to do this easy thing, and I need a trick to do this. You guys can send your way.

3 Answers
Related