UITableViews inside UIScrollView and didSelectRowAtIndexPath
I have two (parallel) TableViews inside a ScrollView: each of the TableViews have the necessary height to accommodate all elements (and scrollEnabled = NO), And the scrollView has Vertical scroll enabled and horizontal disabled. At first everything works if I click in an item didSelectRowAtIndexPath is fired in the corresponding tableView but if I scroll down the new visible items don't fire didSelectRowAtIndexPath. If i scroll to the initial scroll state (top) the items do fire didSelectRowAtIndexPath.
Strange...
Strange...
iPad, iPhone OS 3.1.3