Skip to content

RanduSoft/RSLeftAlignedLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RSLeftAlignedLayout

Left aligned collection view layout for iOS 9+ (tested up to 15.0)

Install

Use SPM and add https://github.com/rursache/RSLeftAlignedLayout.git

Usage

  • Create your UICollectionView from storyboards or code
  • Import RSLeftAlignedLayout
let leftAlignedLayout = LeftAlignedLayout(scrollDirection: .horizontal, minimumLineSpacing: 16, minimumInteritemSpacing: 16)
collectionView.setCollectionViewLayout(leftAlignedLayout, animated: true)

About

Left aligned collection view layout

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages