Scrolling UITableView when presented modally using UIModalPresentationFormSheet crashes with iOS 13.5, no exception just a complete freeze

I am presenting a UITableViewController (wrapped in a UInavigationController) modally using UIModalPresentationFormSheet. With iOS 13.5, rapid scrolling of the table constently freezes up, no excpetion reported, just a complete freeze. If I switch to UIModalPresentationFullScreen, I have no issues.


This was tested on iPad Simulator, iOS 13.5 and iPad Mini device (4th gen, iOS 13.5).


if I build and run for iOS 12.x, I have -no- issues on simulator or device. Sure seems like a bug in 13.x.


Anyone else see this issue?


-Eric