I want to disable any scroll bouncing on my UITableView. For now I do it like that:
myTableView.bounces = NO;
But when I scroll to bottom of my list my content dont stop but back a little bit. How to disable this?
Just uncheck the Bounce Vertically property of UITableView
This can also be done programmatically by setting the alwaysBounceVertical property to NO
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With