I have a UIScrollView (with paging) to which I add three UIViews. Each of these UIViews has a UITableView inside. So, the user should be able to scroll horizontally to the p
Things I would check:
tableView:didSelectRowAtIndexPath: and see if that method is being called.I guess those aren't sure-fire answers but hopefully they'll help discover the problem!