According to scrollView's contentoffset来设置它们在不同位置的滚动,scrollEnabled=NO或者Yes 关闭或者打开滚动,did scroll 里判断是tableView还是scrollView...进行相应的设置.两个都YES好像是会原地踏步滚不动,关掉上面的子视图滚动则父视图滚动,关掉父视图滚动,则子视图滚动...你设置userInteractionEnabled According to the event response delivery, you must have turned off all the views above this and cannot interact... This is my understanding, please point out if there is anything wrong.
tableview.scrollEnable = NO;
According to scrollView's
contentoffset
来设置它们在不同位置的滚动,scrollEnabled=NO
或者Yes
关闭或者打开滚动,did scroll
里判断是tableView
还是scrollView
...进行相应的设置.两个都YES好像是会原地踏步滚不动,关掉上面的子视图滚动则父视图滚动,关掉父视图滚动,则子视图滚动...你设置userInteractionEnabled
According to the event response delivery, you must have turned off all the views above this and cannot interact... This is my understanding, please point out if there is anything wrong.tableview.scrollEnable = NO; Try this, disable sliding