I want implement a layout in my ipad application that has a uitable view that scrolls left and right rather then up and down :
So rather than
row 1 row 2 ro
This question has been answered by apple. Scrolling example by apple
Demonstrates how to implement two different style UIScrollViews. The first scroller contains multiple images, showing how to layout large content with multiple chunks of data (in our case 5 separate UIImageViews).
this works for iPad also.