Skip to content

Instantly share code, notes, and snippets.

@simonnickel
Last active August 29, 2015 13:56
Show Gist options
  • Save simonnickel/9048278 to your computer and use it in GitHub Desktop.
Save simonnickel/9048278 to your computer and use it in GitHub Desktop.
[self configureSwipeOn:SNLSwipeSideLeft
withCancelAnimation:SNLSwipeAnimationDefault
andSuccessAnimation:SNLSwipeAnimationSlideBack
andImage:[UIImage imageNamed:@"indicator"]
andImageOnSuccess:[UIImage imageNamed:@"indicator_success"]];
[self configureSwipeOn:SNLSwipeSideRight
withCancelAnimation:SNLSwipeAnimationDefault
andSuccessAnimation:SNLSwipeAnimationSlideOut
andImage:[UIImage imageNamed:@"indicator"]
andImageOnSuccess:[UIImage imageNamed:@"indicator_success"]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment