I haven\'t found a good answer to this, and I must be dense, but...
I\'m trying to get a table view set up with an image and a label in each row. The image would be an
Your best course of action is to create your own custom UITableViewCell and specifically design it to include an image and a text label. Anything beyond that means you're going to have to start subclassing UITableView which isn't for the faint of heart. Another option is to look into a 3rd party library such as AQGridView.