Skip to content

Instantly share code, notes, and snippets.

@aaronschachter
Created December 4, 2014 14:17
Show Gist options
  • Save aaronschachter/ad1d2fae2371becfca8c to your computer and use it in GitHub Desktop.
Save aaronschachter/ad1d2fae2371becfca8c to your computer and use it in GitHub Desktop.
UIImageView
UIPanGestureRecognizer (swipe, pinch, tap, pan = dragging)
tolerance for where to put it in the container
when the pan finishes, is it within 10 points of where i need to be. if so, snap it to there.
=====
UIView (like a div in HTML)
- If the card is anywhere inside the container, snap to it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment