I add UITableView inside UIScrollView. It's working fine. UITableView width is 1200. I move scroll to over 320 , I can't scroll and click in UITableView. Between 0 and 320px, it's working fine. Over 320, UIScrollView is dragging the UITableview and can't scroll and can't clik ,too.
Edit:
I add
scrollview.contentSize = CGSizeMake(1200, 1);
Scrollview is not dragging now. However, can't scroll down in UITableView over 320px width.