Compare commits

..

4 Commits

Author SHA1 Message Date
Arnaud Dorgans e4378462e2 fix 2018-01-05 17:27:50 +01:00
Arnaud Dorgans a8b2962c9b fix 2018-01-05 17:25:49 +01:00
Arnaud Dorgans 31f9b56b3a fix 2018-01-05 17:24:45 +01:00
Arnaud Dorgans 51473be4c7 fix readme 2018-01-05 17:21:19 +01:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'InfiniteLayout'
s.version = '0.2.2'
s.version = '0.2.3'
s.summary = 'Horizontal and Vertical infinite scrolling feature for UICollectionView with Paging, NSProxy delegate, Reactive extension'
# This description is used to generate tags and improve search results.
+2 -2
View File
@@ -5,7 +5,7 @@
[![License](https://img.shields.io/cocoapods/l/InfiniteLayout.svg?style=flat)](http://cocoapods.org/pods/InfiniteLayout)
[![Platform](https://img.shields.io/cocoapods/p/InfiniteLayout.svg?style=flat)](http://cocoapods.org/pods/InfiniteLayout)
<img src="horizontal.gif" width="250" height="540"><img src="vertical.gif" width="250" height="540"><img src="custom.gif" width="250" height="540">
<img src="https://github.com/Arnoymous/InfiniteLayout/raw/master/horizontal.gif" width="250" height="540"><img src="https://github.com/Arnoymous/InfiniteLayout/raw/master/vertical.gif" width="250" height="540"><img src="https://github.com/Arnoymous/InfiniteLayout/raw/master/custom.gif" width="250" height="540">
## Example
@@ -80,7 +80,7 @@ self.infiniteCollectionView.preferredCenteredIndexPath = nil // center the close
### Delegate
<img src="delegate.gif" width="250" height="540">
<img src="https://github.com/Arnoymous/InfiniteLayout/raw/master/delegate.gif" width="250" height="540">
InfiniteCollectionView provide an **infiniteDelegate** protocol used to get the centered IndexPath, usefull if you want to use an InfiniteCollectionView like a Picker.