A UICollectionViewLayout implementation that aligns the cells to the left or top.
pod 'UICollectionViewLeftAlignedLayout', :git => 'https://github.com/coeur/UICollectionViewLeftAlignedLayout.git'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.
UICollectionViewLeftAlignedLayout is released under the MIT license.
