Skip to content

Commit 2a174bf

Browse files
committed
Merge branch 'master' of github.com:KelvinJin/AnimatedCollectionViewLayout
merged master
2 parents 17ae402 + b8a276d commit 2a174bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
[![CI Status](http://img.shields.io/travis/KelvinJin/AnimatedCollectionViewLayout.svg?style=flat)](https://travis-ci.org/KelvinJin/AnimatedCollectionViewLayout)
5+
![CI Status](https://travis-ci.org/KelvinJin/AnimatedCollectionViewLayout.svg?branch=master)
66

77
<table>
88
<tr>

0 commit comments

Comments
 (0)