BouncyLayout
April 25, 2017 • MIT License
BouncyLayout is a collection view layout that makes your cells bounce.
LTBouncyPlaceholder (Swift)
July 08, 2014 • MIT License
A learning-by-doing UITextField extension written in Swift
THSpringyCollectionView
September 28, 2013 • MIT License
A memory and CPU efficient implementation of a collection view with cells that bounce around like they do in the iOS 7 messages app.
This is implemented by simply subclassing the UICollectionVie...
MVBouncyView
August 11, 2013 • BSD License
UIView category providing bouncing functionality. Example usage:
UIView *view = (some view in your code)
view.bounceAmplitude = 1.25f; // optional
view.bounceAttenuation = 1....