Collection View Left Align Flow Layout Save

Project README

DGCollectionViewLeftAlignFlowLayout

Build Status CocoaPods Compatible Carthage Compatible Platform Twitter

The DGCollectionViewLeftAlignFlowLayout is a simple layout that align does not try to fulfill the lines but stick elements to the left.

Original FlowLayout Left Aligned

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.

Usage

Initialize your behavior

	self.collectionView.collectionViewLayout = DGCollectionViewLeftAlignFlowLayout()

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 [email protected].

License

DGCollectionViewLeftAlignFlowLayout is licensed under the BSD 3-Clause license.

Open Source Agenda is not affiliated with "Collection View Left Align Flow Layout" Project. README Source: Digipolitan/collection-view-left-align-flow-layout

Open Source Agenda Badge

Open Source Agenda Rating