Reputation: 2872
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
Reputation: 1542
yes. You can use UI scroll View inside tableview cell for row index.
Upvotes: 0