I\'ve been searching for a way to disable vertical bounce for a UIScrollView but only at bottom. I still need to have the bounce at the top.
Couldn\'t find anything.
Let's disable the bounces when scroll to the bottom.
bounces
scrollView.bounces = scrollView.contentOffset.y < scrollView.contentSize.height - scrollView.frame.height