Search code examples
iphoneuitableviewios4horizontal-scrolling

How can we horizontally scroll tableview in iPhone SDK?


I want to scrolltableview horizontally as well as vertically. How can I do it?


Solution

  • I'd suggest making a UIScrollView the same size as the screen and then making your UITableView bigger than the screen.Drop the TableView into the ScrollView. Set up the scrollview with a high contenSize.width and then tweak it to work as you desire.