I am having an issue with a UITableView inside a UIScrollView. When I scroll the external scrollView, the table<
UITableView
UIScrollView
scrollView
table<
leave the inner UITableView's scrollEnabled property set as YES. this lets the inner UITableView know to handle scroll-related touches on the UIScrollView correctly.
scrollEnabled
YES