Skip to content

Instantly share code, notes, and snippets.

@Qiki
Created June 14, 2016 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Qiki/d9ce77c3c152e3db8f54f05f69d0cd2f to your computer and use it in GitHub Desktop.
Save Qiki/d9ce77c3c152e3db8f54f05f69d0cd2f to your computer and use it in GitHub Desktop.
CGFloat height = CGRectGetHeight(scrollView.frame);
CGFloat contentYoffset = scrollView.contentOffset.y;
CGFloat distanceFromBottom = scrollView.contentSize.height - contentYoffset;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment