Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/matbeich/StickyCollectionView-Swift
- Owner: matbeich
- License: mit
- Created: 2016-02-04T20:43:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T13:25:18.000Z (about 7 years ago)
- Last Synced: 2024-04-22T04:16:03.045Z (7 months ago)
- Language: Swift
- Homepage:
- Size: 393 KB
- Stars: 324
- Watchers: 7
- Forks: 19
- 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
![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.