Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matbeich/StickyCollectionView-Swift

UICollectionView layout for presenting of the overlapping cells.
https://github.com/matbeich/StickyCollectionView-Swift

Last synced: 3 months ago
JSON representation

UICollectionView layout for presenting of the overlapping cells.

Awesome Lists containing this project

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
![Corner Collection View](https://cloud.githubusercontent.com/assets/5644547/11768922/90c8ddb2-a1ec-11e5-9476-bff461e214c2.gif)
![Primer Collection View](https://cloud.githubusercontent.com/assets/5644547/12595806/6f3bcfdc-c48e-11e5-91e0-1c4b724bf154.gif)
## 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.