Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aacca75953 | |||
| 424edd4d73 | |||
| addf423ee2 | |||
| c11d525818 |
@@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'InfiniteLayout'
|
||||
s.version = '0.1.0'
|
||||
s.version = '0.1.1'
|
||||
s.summary = 'Vertical and Horizontal infinite scrolling for UICollectionView'
|
||||
|
||||
# This description is used to generate tags and improve search results.
|
||||
|
||||
@@ -20,6 +20,24 @@ it, simply add the following line to your Podfile:
|
||||
pod 'InfiniteLayout'
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```swift
|
||||
@IBOutlet weak var collectionView: InfiniteCollectionView!
|
||||
```
|
||||
|
||||
InfiniteCollectionView don't need any other delegate or dataSource,
|
||||
just use UICollectionViewDataSource and UICollectionViewDelegate as you'll use it in any other UICollectionView.
|
||||
|
||||
InfiniteLayout provide 3 class for infinite scrolling:
|
||||
|
||||
**InfiniteLayout**: an UICollectionViewFlowLayout
|
||||
|
||||
**InfiniteCollectionView**: an UICollectionView with InfiniteLayout
|
||||
|
||||
**InfiniteCollectionViewController**: an UICollectionViewController with InfiniteCollectionView
|
||||
|
||||
|
||||
## Author
|
||||
|
||||
Arnoymous, ineox@me.com
|
||||
|
||||
Reference in New Issue
Block a user