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 other开发者_高级运维s?
Thank you.
Subclass a UITableCellView and place a UIScrollView inside it.
yes. You can use UI scroll View inside tableview cell for row index.
精彩评论