I found my UITableView
can't scroll in iOS 11, so I did some tests in the "cell for row" delegate method:
cell.userInteractionEnabled
to NO
, scrolling workscell.contentView.userInteractionEnabled
to NO
, it doesn'tMy custom view is in cell.contentView
, so I don't know how to fix it...
I find the solution:
self.tableView.delaysContentTouches = YES;
when I change it to YES, tableView can work like before
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With