After playing around a lot with the UIView dynamic animations introduced in iOS 7, most notably:
UIView
[UIView animateWithDuration: delay: usingSpringWi
There is (and have been for a while) a private class called CASpringAnimation that I'm pretty sure is being used behind it all (but I haven't verified it). Unfortunately, it is still private.