I need to programmatically add two different types of cells to my UITableView. The content of these cells is not known until runtime. The first type is an HTML formatted string and the second is an image. There can be any combination of these cells and they can occur in any order.I need to programmatically add two different ty