roberthein / BouncyLayout
- среда, 26 апреля 2017 г. в 03:11:56
Swift
Make. It. Bounce.
tl;dr Make. It. Bounce.
BouncyLayout is a collection view layout that makes your cells bounce.
UICollectionView
.The only you thing you need to do is import BouncyLayout
, create an instance and add it to your UICollectionView
.
import BouncyLayout
let layout = BouncyLayout()
UICollectionView(frame: .zero, collectionViewLayout: layout)
example
folder.BouncyLayout is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "BouncyLayout"
Feel free to create a pull request, open an issue or find me on Twitter.