Skip to content
develop
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

CollectionLayouts

Build Status codebeat badge Coverage Status

SafariLayout

Version License Platform

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:
pod 'SafariLayout' 

StoriesLayout

Version License Platform

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:
pod 'StoriesLayout' 

Usage

You can find more info about usage in the wiki

You can’t perform that action at this time.