The DGCollectionViewLeftAlignFlowLayout is a simple layout that align does not try to fulfill the lines but stick elements to the left.
Getting Started
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.
Prerequisites
Works with iOS 8+, tested on Xcode 8.2
Installing
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.
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.
DGCollectionViewLeftAlignFlowLayout
The
DGCollectionViewLeftAlignFlowLayout
is a simple layout that align does not try to fulfill the lines but stick elements to the left.Getting Started
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.
Prerequisites
Works with iOS 8+, tested on Xcode 8.2
Installing
To install the
DGCollectionViewLeftAlignFlowLayout
using cocoapodspod install
command.Usage
Initialize your behavior
Built With
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.
Contributing
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.
License
DGCollectionViewLeftAlignFlowLayout is licensed under the BSD 3-Clause license.