Our requirement is to show some text bold and some text as normal style in a label.
e.g. ABC 002
(there is not space between ABC and 002)
There are lots of instances of such labels on a single view, so using UIWebView is not preferred.
Is it possible using the UILabel? If no, then what are the alternatives?