https://github.com/matbeich/StickyCollectionView-Swift
UICollectionView layout for presenting of the overlapping cells.
https://github.com/matbeich/StickyCollectionView-Swift
Last synced: 5 months ago
JSON representation
UICollectionView layout for presenting of the overlapping cells.
- Host: GitHub
- URL: https://github.com/matbeich/StickyCollectionView-Swift
- Owner: matbeich
- License: mit
- Created: 2016-02-04T20:43:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T13:25:18.000Z (over 7 years ago)
- Last Synced: 2024-11-22T21:50:55.690Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 393 KB
- Stars: 325
- Watchers: 7
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - StickyCollectionView-Swift - UICollectionView layout for presenting of the overlapping cells. (UI / Table View / Collection View)
- awesome-ios-star - StickyCollectionView-Swift - UICollectionView layout for presenting of the overlapping cells. (UI / Table View / Collection View)
README
## StickyCollectionView
UICollectionView layout for presenting of the overlapping cells. [Objective-C version here](https://github.com/matbeich/StickyCollectionView)[Checkout demo](https://appetize.io/app/63y1wgk56p6c4h9zr5n6efy9wm?device=iphone5s&scale=75&orientation=portrait&osVersion=9.2)
## Overview


## Installation### Manually
Drag the files from the Source folder into your project.### Usage
Just use StickCollectionViewFlowLayout as a layout of your collection view.## Requirements
- Swift
- Xcode 7## License
Released under the MIT license. See the LICENSE file for more info.