UITableView inside UIScrollView not receiving first tap after scrollling

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.

Leave a Comment