Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 5 years ago)
- Default Branch: develop
- Last Pushed: 2019-09-19T14:36:49.000Z (over 5 years ago)
- Last Synced: 2024-10-14T07:47:23.440Z (4 months ago)
- Topics: instagram, instagramstories, safari, stories, tab, uicollectionview, uicollectionviewlayout
- Language: Swift
- Size: 2.94 MB
- Stars: 64
- Watchers: 3
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CollectionLayouts
[![Build Status](https://travis-ci.com/Oni-zerone/CollectionLayouts.svg?branch=develop)](https://travis-ci.com/Oni-zerone/CollectionLayouts)
[![codebeat badge](https://codebeat.co/badges/69b7abb0-6470-4247-ab1f-5281e4ca0aa6)](https://codebeat.co/projects/github-com-oni-zerone-collectionlayouts-develop)
[![Coverage Status](https://coveralls.io/repos/github/Oni-zerone/CollectionLayouts/badge.svg?branch=develop)](https://coveralls.io/github/Oni-zerone/CollectionLayouts?branch=develop)![SafariLayout](http://studiout.it/github/SafariLayout.png)
[![Version](https://img.shields.io/cocoapods/v/StoriesLayout.svg?style=flat)](https://cocoapods.org/pods/SafariLayout)
[![License](https://img.shields.io/cocoapods/l/StoriesLayout.svg?style=flat)](https://cocoapods.org/pods/SafariLayout)
[![Platform](https://img.shields.io/cocoapods/p/StoriesLayout.svg?style=flat)](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'
```![StoriesLayout](http://studiout.it/github/StoriesLayout.png)
[![Version](https://img.shields.io/cocoapods/v/StoriesLayout.svg?style=flat)](https://cocoapods.org/pods/StoriesLayout)
[![License](https://img.shields.io/cocoapods/l/StoriesLayout.svg?style=flat)](https://cocoapods.org/pods/StoriesLayout)
[![Platform](https://img.shields.io/cocoapods/p/StoriesLayout.svg?style=flat)](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)