提交 3503fcae 编写于 作者: J Jin Wang 提交者: GitHub

Update README.md

上级 e93044d6
# AnimatedCollectionViewLayout
Normally a `UICollectionView` has no transition effects when you scroll from one item to another. There are lots of ways to write animations for UICollectionView, but using a UICollectionViewLayout subclass is by far the simplest one. And it doesn't break any of your existing code. You can still use your UICollectionView subclass and you don't need to change your UICollectionViewCell. Just plug and enjoy.
[![CI Status](http://img.shields.io/travis/KelvinJin/AnimatedCollectionViewLayout.svg?style=flat)](https://travis-ci.org/KelvinJin/AnimatedCollectionViewLayout)
[![Version](https://img.shields.io/cocoapods/v/AnimatedCollectionViewLayout.svg?style=flat)](https://cocoapods.org/pods/AnimatedCollectionViewLayout)
[![License](https://img.shields.io/cocoapods/l/AnimatedCollectionViewLayout.svg?style=flat)](https://cocoapods.org/pods/AnimatedCollectionViewLayout)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册