Is it possible to change UITextView`s color in particular range?
Hi all,
I need to have a TextView with different colors, is it possible?
I have already successfully changed color of whole text using statement:
resultsTextView.textColor = [UIColor blueColor];
and then I`ve searched in the Developer Documentation, particularly in UITextView and UIColor, and I didn`t find anything about changing color in particular NSRange. So it would be great if somebody of you know how to do it.
(And I am very sory for all mistakes in my text, I can`t english as well)
|