Skip to content

Instantly share code, notes, and snippets.

@dmitric
Created August 29, 2012 22:02
Show Gist options
  • Save dmitric/3519485 to your computer and use it in GitHub Desktop.
Save dmitric/3519485 to your computer and use it in GitHub Desktop.
Native like iOS scrolling in WebView
self.webView.scrollView.decelerationRate = 0.994f;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment