MartinJoo
MartinJoo

Reputation: 2872

UITableView scroll horizontal (to right or left)

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.

Upvotes: 1

Views: 1282

Answers (2)

Madhu
Madhu

Reputation: 1542

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

Upvotes: 0

dusker
dusker

Reputation: 580

Subclass a UITableCellView and place a UIScrollView inside it.

Upvotes: 2

Related Questions