UITableView inside UIScrollView not receiving first tap after scrollling

前端 未结 14 1823
北海茫月
北海茫月 2020-11-29 04:31

Brief

I am having an issue with a UITableView inside a UIScrollView. When I scroll the external scrollView, the table<

14条回答
  •  心在旅途
    2020-11-29 05:02

    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.

提交回复
热议问题