Ben
Ben

Reputation: 5192

Empty space when scrolling in uiwebviews

problem when scrolling a page in uiwebviews

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

Answers (2)

laxonline
laxonline

Reputation: 2653

You can set like this

webView.scrollView.bounces = NO;

Upvotes: 1

Guillaume
Guillaume

Reputation: 4361

webView.scrollView.bounces = NO;

Upvotes: 1

Related Questions