Hi
To display search results in my app I want a PART of text in UILabel to be drawn in color that differs from rest of text. How can I do that? Is it possible at all?
Why I'm using UILabel? I cant use UITextView because of it's well known bug: it does not display text if it was assigned to it out of display area. I need to render text in tableView cells. So it's common for some of them to be out of screen. UIWebView? Well... This one might work... if I'll feed it with on-the-fly generated html. But looks like very complicated. So is there a simple way?
To display search results in my app I want a PART of text in UILabel to be drawn in color that differs from rest of text. How can I do that? Is it possible at all?
Why I'm using UILabel? I cant use UITextView because of it's well known bug: it does not display text if it was assigned to it out of display area. I need to render text in tableView cells. So it's common for some of them to be out of screen. UIWebView? Well... This one might work... if I'll feed it with on-the-fly generated html. But looks like very complicated. So is there a simple way?