In the iPhone Address Book app, the last names/companies are all in bold text. I'd like to do some simple text formatting within a cell.
I've seen some mentions of using UIWebView, but this seems like a very heavy solution. Additionally, it's complicated because one has to either fix the cell size or do some special handling to get the size back.
The other alternative that I know of is to render the cell manually. This might not be too hard for simple things, but obviously can get complicated very quickly.
Has any one found a simply way to get basic text formatting in a UITableView?