Skip to content

Instantly share code, notes, and snippets.

@owensd
Created June 15, 2014 19:44
Show Gist options
  • Select an option

  • Save owensd/302d1872496ac5f8452a to your computer and use it in GitHub Desktop.

Select an option

Save owensd/302d1872496ac5f8452a to your computer and use it in GitHub Desktop.
if (myDelegate != nil) {
if ([myDelegate respondsToSelector:@selector(scrollViewDidScroll:)]) {
[myDelegate scrollViewDidScroll:myScrollView];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment