Skip to content

Instantly share code, notes, and snippets.

@srm
Created July 21, 2012 02:52
Show Gist options
  • Save srm/3154326 to your computer and use it in GitHub Desktop.
Save srm/3154326 to your computer and use it in GitHub Desktop.
Disabling Scrolling in a UIWebView
self.webView.scrollView.scrollEnabled = NO;
self.webView.scalesPageToFit = NO;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment