https://github.com/oni-zerone/collectionlayouts
A collection of UICollectionViewLayouts
https://github.com/oni-zerone/collectionlayouts
instagram instagramstories safari stories tab uicollectionview uicollectionviewlayout
Last synced: 3 months ago
JSON representation
A collection of UICollectionViewLayouts
- Host: GitHub
- URL: https://github.com/oni-zerone/collectionlayouts
- Owner: Oni-zerone
- License: mit
- Created: 2019-05-26T08:37:21.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-09-19T14:36:49.000Z (about 6 years ago)
- Last Synced: 2025-07-04T00:04:11.611Z (3 months ago)
- Topics: instagram, instagramstories, safari, stories, tab, uicollectionview, uicollectionviewlayout
- Language: Swift
- Size: 2.94 MB
- Stars: 65
- Watchers: 2
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CollectionLayouts
[](https://travis-ci.com/Oni-zerone/CollectionLayouts)
[](https://codebeat.co/projects/github-com-oni-zerone-collectionlayouts-develop)
[](https://coveralls.io/github/Oni-zerone/CollectionLayouts?branch=develop)
[](https://cocoapods.org/pods/SafariLayout)
[](https://cocoapods.org/pods/SafariLayout)
[](https://cocoapods.org/pods/SafariLayout)This is a UICollectionViewLayout that reproduce the iOS Safari tabs experience,
just use SafariCollectionViewLayout in your UICollectionView and subclass your cells from SafariCollectionViewCell!### Installation
* Via cocoapods:
```ruby
pod 'SafariLayout'
```
[](https://cocoapods.org/pods/StoriesLayout)
[](https://cocoapods.org/pods/StoriesLayout)
[](https://cocoapods.org/pods/StoriesLayout)This is a UICollectionViewLayout that reproduce the Instagram Stories experience,
just use StoriesCollectionViewLayout in your UICollectionView and subclass your cells from StoriesCollectionViewCell!### Installation
* Via cocoapods:
```ruby
pod 'StoriesLayout'
```### Usage
You can find more info about usage in the [wiki](https://github.com/Oni-zerone/CollectionLayouts/wiki/StoriesLayout)