How to add picture in UITableViewCell
Posted
by Dan
on Stack Overflow
See other posts from Stack Overflow
or by Dan
Published on 2010-05-27T10:56:50Z
Indexed on
2010/05/27
11:01 UTC
Read the original article
Hit count: 207
iphone
|objective-c
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.
© Stack Overflow or respective owner