Skip to content

LivioGama/BouncyLayout

 
 

Repository files navigation

BouncyLayout is a collection view layout that makes your cells bounce.

Features

  • Pure Swift 4.
  • Works with every UICollectionView.
  • Horizontal and vertical scrolling support.
  • Configurable bounce effect.

Setup

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)
Find the above displayed examples in the example folder.

Installation

CocoaPods

BouncyLayout is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "BouncyLayout"

Carthage

BouncyLayout is available through Carthage. To install it, simply add the following line to your Cartfile:

github "roberthein/BouncyLayout"

Suggestions or feedback?

Feel free to create a pull request, open an issue or find me on Twitter.

About

Make. It. Bounce.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 86.5%
  • Objective-C 8.9%
  • Ruby 4.6%