Skip to content

Instantly share code, notes, and snippets.

@almostintuitive
Created August 30, 2014 13:21
Show Gist options
  • Save almostintuitive/06a6a82a4a225748c1a2 to your computer and use it in GitHub Desktop.
Save almostintuitive/06a6a82a4a225748c1a2 to your computer and use it in GitHub Desktop.
ViewController-4.m
- (void)swipeableCell:(SwipeToPeepCell *)cell didSwipeWithHorizontalPosition:(CGFloat)horizontalPosition progress:(float)progress {
self.tableView.scrollEnabled = NO;
[self adjustViewBasedOnSwipeProgress:(1-progress)];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment