There is a UIView full screen, you need to create an animation like on a UIScrollView (normal scrolling up and down with returning the object to its original position) have an idea to implement using UITouch But maybe there is a simpler method? Is it possible to create a UIScrollView with the size of the full screen, and somehow prescribe it to be animated?
scrollView.alwaysBounceVertical = true. If that is necessary, I will transfer to the answer. - VAndrJ