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: 4 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T15:51:45.000Z (over 1 year ago)
- Last Synced: 2024-12-27T15:35:04.902Z (5 months 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
=================================[](https://travis-ci.org/Digipolitan/collection-view-left-align-flow-layout)
[](https://img.shields.io/cocoapods/v/DGCollectionViewLeftAlignFlowLayout.svg)
[](https://github.com/Carthage/Carthage)
[](http://cocoadocs.org/docsets/DGCollectionViewLeftAlignFlowLayout)
[](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.

## 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).