The DGCollectionViewLeftAlignFlowLayout
is a simple layout that align does not try to fulfill the lines but stick elements to the left.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Works with iOS 8+, tested on Xcode 8.2
To install the DGCollectionViewLeftAlignFlowLayout
using cocoapods
- Add an entry in your Podfile
# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
target 'YourTarget' do
frameworks
use_frameworks!
# Pods for YourTarget
pod 'DGCollectionViewLeftAlignFlowLayout'
end
- Then install the dependency with the
pod install
command.
Initialize your behavior
self.collectionView.collectionViewLayout = DGCollectionViewLeftAlignFlowLayout()
Fastlane Fastlane is a tool for iOS, Mac, and Android developers to automate tedious tasks like generating screenshots, dealing with provisioning profiles, and releasing your application.
See CONTRIBUTING.md for more details!
This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to contact@digipolitan.com.
DGCollectionViewLeftAlignFlowLayout is licensed under the BSD 3-Clause license.