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).