Skip to content

Coeur/UICollectionViewLeftAlignedLayout

 
 

Repository files navigation

UICollectionView Left Aligned Layout

A UICollectionViewLayout implementation that aligns the cells to the left or top.

Installation with CocoaPods

pod 'UICollectionViewLeftAlignedLayout', :git => 'https://github.com/coeur/UICollectionViewLeftAlignedLayout.git'

Usage

Simply set UICollectionViewLeftAlignedLayout as the layout object for your collection view either via Interface Builder.

UICollectionViewLeftAlignedLayout is a subclass of UICollectionViewFlowLayout, so your collection view delegate can use all the delegate methods of UICollectionViewDelegateFlowLayout.

License

UICollectionViewLeftAlignedLayout is released under the MIT license.

About

A layout for UICollectionView that aligns the cells to the left or top.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 47.0%
  • Swift 41.7%
  • Ruby 6.2%
  • Objective-C 5.1%