Reputation: 5192
I'm looking for a way to block the page from scrolling too far, leaving an empty grey when going too far from where it should stop
Upvotes: 1
Views: 624
Reputation: 2653
You can set like this
webView.scrollView.bounces = NO;
Reputation: 4361