It\'s easy to display a single label with entirely the same text but what happens when you want to display one word in bold?
Example:
All your bases are<
Unfortunately, this is currently not possible. You could, however, subclass UILabel and include this functionality.
Another possibility would be using a UIWebView, but this requires using HTML tags and the loadHTML: method.