How to replicate Messages bouncing bubbles in iOS 7
ios, ios7, uikit-dynamics
Solution
If you want to replicate that effect yourself, you need UIKit Dynamics. I was interested in that effect myself and it was explained at WWDC this year.
Take a look at WWDC Session 217: Exploring Scroll Views on iOS 7
There are also read to use components on the internet, such as THSpringyCollectionView
Problem
When you are in a conversation within the Messages app in iOS 7, if you scroll up or down you will notice that the bubbles and more so the text saying when the messages were sent, will bounce into place. I am trying to replicate this in my own table view, but am not finding a way to do it. I assume it is using UIDynamics, but I am not sure how to tie that in with the scrolling and the content bouncing. Any help would be appreciated