tags:

views:

145

answers:

2

Hello Guys

I display about 8 images in a per row of UITableView. But iphone width is enough for 3 or 4 images. How can I scroll UITableView to right and left to see others?

Thank you.

+1  A: 

Subclass a UITableCellView and place a UIScrollView inside it.

dusker
A: 

yes. You can use UI scroll View inside tableview cell for row index.

maddy