Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digipolitan/collection-view-left-align-flow-layout
https://github.com/digipolitan/collection-view-left-align-flow-layout
carthage cocoapods collection-view fastlane framework ios swift swift-package-manager tvos
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/digipolitan/collection-view-left-align-flow-layout
- Owner: Digipolitan
- License: bsd-3-clause
- Created: 2017-01-23T13:31:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T15:51:45.000Z (about 1 year ago)
- Last Synced: 2024-12-27T15:35:04.902Z (21 days ago)
- Topics: carthage, cocoapods, collection-view, fastlane, framework, ios, swift, swift-package-manager, tvos
- Language: Swift
- Size: 238 KB
- Stars: 38
- Watchers: 5
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
DGCollectionViewLeftAlignFlowLayout
=================================[![Build Status](https://travis-ci.org/Digipolitan/collection-view-left-align-flow-layout.svg?branch=master)](https://travis-ci.org/Digipolitan/collection-view-left-align-flow-layout)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/DGCollectionViewLeftAlignFlowLayout.svg)](https://img.shields.io/cocoapods/v/DGCollectionViewLeftAlignFlowLayout.svg)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Platform](https://img.shields.io/cocoapods/p/DGCollectionViewLeftAlignFlowLayout.svg?style=flat)](http://cocoadocs.org/docsets/DGCollectionViewLeftAlignFlowLayout)
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/Digipolitan)The `DGCollectionViewLeftAlignFlowLayout` is a simple layout that align does not try to fulfill the lines but stick elements to the left.
![Original FlowLayout](https://github.com/Digipolitan/collection-view-left-align-flow-layout/blob/develop/Screenshots/flow-layout.png?raw=true "Original")
![Left Aligned](https://github.com/Digipolitan/collection-view-left-align-flow-layout/blob/develop/Screenshots/left-layout.png?raw=true "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
```swift
self.collectionView.collectionViewLayout = DGCollectionViewLeftAlignFlowLayout()
```## Built With
[Fastlane](https://fastlane.tools/)
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](CONTRIBUTING.md) for more details!
This project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md).
By participating, you are expected to uphold this code. Please report
unacceptable behavior to [[email protected]](mailto:[email protected]).## License
DGCollectionViewLeftAlignFlowLayout is licensed under the [BSD 3-Clause license](LICENSE).