I have a UITableview which is added as a subview to the uiscrollview. The table view Iam making it horizontal by rotating. So I can scroll the tableview horizontally. And my scrollview itself a horizontal scroll is there. Now the problem is when Iam scrolling my tableview, and reached last row, it is scrolling the Scrollview itself. I wnt to disable the scroll of the scrollview when Iam touching the Tableview. How can I do this?