BouncyLayout

Make. It. Bounce.

Github星跟踪图

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.

主要指标

概览
名称与所有者roberthein/BouncyLayout
主编程语言Swift
编程语言Ruby (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2017-04-23 12:12:31
推送于2020-07-14 18:41:46
最后一次提交2020-07-14 20:41:40
发布数9
最新版本名称2.3.1 (发布于 )
第一版名称1.0.0 (发布于 2017-04-23 14:26:04)
用户参与
星数4.3k
关注者数51
派生数198
提交数61
已启用问题?
问题数37
打开的问题数14
拉请求数5
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?