objective c - How to display an image and two labels in a three column UITableView? -


i need display multiple columns in uitableview. first column, image, , next 2 label. how can programmatically?

for example:

tableview

myimage   text#1     text#2 image        sample 

you try custom cell , put 3 views on there or taken directly uiimageview , 2 uilabel. more easy.