I am having an issue with a UITableView inside a UIScrollView. When I scroll the external scrollView, the table<
UITableView
UIScrollView
scrollView
table<
The scrollview is trying to figure out whether the user's intention is to scroll or not, so it's delaying the initial touch on purpose. You can turn this off by setting delaysContentTouches to NO.
delaysContentTouches
NO