Shuffle
Shuffle copied to clipboard
Improve Spring Animations
UIView.animateWithDuration:delay:usingSpringWithDamping: is notorious for looking pretty bad. There are many libraries out there to improve the realism of the spring animation, but my favorite solution is this one created by @jenox. It would be great if the current spring animation logic was replaced with this.