BouncyLayout

Make. It. Bounce.

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownerroberthein/BouncyLayout
Primary LanguageSwift
Program languageRuby (Language Count: 4)
Platform
License:MIT License
所有者活动
Created At2017-04-23 12:12:31
Pushed At2020-07-14 18:41:46
Last Commit At2020-07-14 20:41:40
Release Count9
Last Release Name2.3.1 (Posted on )
First Release Name1.0.0 (Posted on 2017-04-23 14:26:04)
用户参与
Stargazers Count4.3k
Watchers Count51
Fork Count198
Commits Count61
Has Issues Enabled
Issues Count37
Issue Open Count14
Pull Requests Count5
Pull Requests Open Count0
Pull Requests Close Count1
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private