Smooth scrolling stops with uitableview in ios 15 beta

I think I have a problem in the configuration of my iOS app (objective-c) that causes in all my uitableview, when the finger stops touching the screen, the scroll stops. It does not matter with the force with which the scroll gesture is made, the scroll animation stops when the finger stops touching the screen. If the app is compiled for iOS 14 or earlier, the scroll works correctly and the animation ends with the deceleration. It is not a problem in the code. I have created a new project adding tables and everything works fine. This makes me think that some configuration makes this animation not work in all the uitableviews of my project in iOS 15 (beta).

Same issue here, Using swiftUI, XCode 13, iOS 15, Works fine till iOS 14, stops in iOS 15.

Let me know if you find an answer to this issue.

I think the problem is in the simulator with apple M1.

Can anyone confirm if this was fixed when compiling with XCode 13.1?

Smooth scrolling stops with uitableview in ios 15 beta
 
 
Q