Skip to content

Instantly share code, notes, and snippets.

@blixt
Created January 27, 2015 03:50
Show Gist options
  • Select an option

  • Save blixt/baa3db81c89854aa2178 to your computer and use it in GitHub Desktop.

Select an option

Save blixt/baa3db81c89854aa2178 to your computer and use it in GitHub Desktop.
- (void)scrollViewDidScroll:(UIScrollView *)scrollView {
if (scrollView.contentOffset.x > 0) {
scrollView.contentOffset = CGPointZero;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment