Skip to content

Instantly share code, notes, and snippets.

@jerryhjones
Created October 15, 2012 22:11
Show Gist options
  • Save jerryhjones/3895923 to your computer and use it in GitHub Desktop.
Save jerryhjones/3895923 to your computer and use it in GitHub Desktop.
- (void)scrollViewDidEndDragging:(UIScrollView *)theScrollView willDecelerate:(BOOL)decelerate
{
if (NO == decelerate) {
[self _updateCurrentEventController];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment