UITableView - strange scrolling behavior in iOS11 beta

Hello,


I've noticed that in the iOS11 beta 1 & 2 that my UITableView does not scroll in certain situations. All of the cells are custom cells. Certain custom cells will allow me to scroll the UITableView, but other cells do not let me scroll. In iOS 10 this is all working just fine, all the custom cells will scroll the UITableView when dragging the cell.


Has anyone else had this problem?

Hi

We had the same problem. The fix we did was check if Content Touch: Delay Touch Down property on the storyboard of the tableview is ticked.

Thanks for your response, this did indeed fix the problem that I was seeing.

Wow, that was annoying.... This worked, thanks!

UITableView - strange scrolling behavior in iOS11 beta
 
 
Q