Skip to content

Instantly share code, notes, and snippets.

@jparishy
Created August 9, 2011 21:06
Show Gist options
  • Save jparishy/1135195 to your computer and use it in GitHub Desktop.
Save jparishy/1135195 to your computer and use it in GitHub Desktop.
[UIView animateWithDuration:0.5f animations:^(void) {
self.tableView.contentOffset = targetOffset;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment