Skip to content

Instantly share code, notes, and snippets.

@jparishy
Created August 9, 2011 21:04
Show Gist options
  • Save jparishy/1135190 to your computer and use it in GitHub Desktop.
Save jparishy/1135190 to your computer and use it in GitHub Desktop.
-(void)openEditAnimationFromCellRect:(CGRect)rect withView:(UIView *)underView
{
[self.tableView setScrollsToTop:NO];
[self.tableView setScrollEnabled:NO];
originalOffset = self.tableView.contentOffset;
targetOffset = CGPointMake(0.0f, rect.origin.y);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment