It looks like this category is behaving incorrectly under iOS 8.1. This can be seen in the example project.
Incorrect behavior:
- All test views are snapping back to their original positions immediately upon touching the drop view.
- View 2 is returning to its starting position when dragging ends.
Correct behavior:
- Test views 1, 3, 4 should return to their starting positions (animated) when dropped (on the drop view or not), but only when dropped.
- View 2 should not return to it's starting position.
I will see if I can get some time to look more closely at this.
It looks like this category is behaving incorrectly under iOS 8.1. This can be seen in the example project.
Incorrect behavior:
Correct behavior:
I will see if I can get some time to look more closely at this.