How to add picture in UITableViewCell
- by Dan
I'm new to Iphone application development and objective C.
I wonder if there is a way to insert a picture in a UITableViewCell - with or without creating a custom cell?
I would like to have it positioned at the "second row" in the same way that "cell.detailTextLabel.text" appear.
Any suggestions? Thanks in advance.