How do I disable the bounce effect when vertically scrolling a UITableView? Right now if I scroll anywhere near the bottom, the view scrollbar bounces right up. I would like
You can use the below code with swift 4.x.x
self.myTableView.alwaysBounceVertical = false