LeftAlignedCollectionViewLayout
is a UICollectionViewFlowLayout implementation to left-align the content of a UICollectionView (similar to tagging interface usedin Facebook or Instagram).
LeftAlignedCollectionViewLayout
can be installed using CocoaPods.
platform :ios, '9.0'
pod 'LeftAlignedCollectionViewLayout'
Start using LeftAlignedCollectionViewLayout
by setting layout as custom in IB and setting LeftAlignedCollectionViewLayout as custom class (As shown in image)
LeftAlignedCollectionViewLayout
is released under MIT license.