{"id":24302859,"url":"https://github.com/digipolitan/collection-view-left-align-flow-layout","last_synced_at":"2025-09-26T06:30:21.389Z","repository":{"id":56210724,"uuid":"79806885","full_name":"Digipolitan/collection-view-left-align-flow-layout","owner":"Digipolitan","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-22T15:51:45.000Z","size":244,"stargazers_count":38,"open_issues_count":3,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-27T15:35:04.902Z","etag":null,"topics":["carthage","cocoapods","collection-view","fastlane","framework","ios","swift","swift-package-manager","tvos"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Digipolitan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-23T13:31:28.000Z","updated_at":"2024-05-10T23:48:25.000Z","dependencies_parsed_at":"2024-06-21T07:12:45.943Z","dependency_job_id":"43d27f21-1392-4fc3-bb15-1e22482afe69","html_url":"https://github.com/Digipolitan/collection-view-left-align-flow-layout","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Fcollection-view-left-align-flow-layout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Fcollection-view-left-align-flow-layout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Fcollection-view-left-align-flow-layout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Fcollection-view-left-align-flow-layout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Digipolitan","download_url":"https://codeload.github.com/Digipolitan/collection-view-left-align-flow-layout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234292483,"owners_count":18809354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["carthage","cocoapods","collection-view","fastlane","framework","ios","swift","swift-package-manager","tvos"],"created_at":"2025-01-17T00:19:55.366Z","updated_at":"2025-09-26T06:30:20.525Z","avatar_url":"https://github.com/Digipolitan.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"DGCollectionViewLeftAlignFlowLayout\n=================================\n\n[![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)\n[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/DGCollectionViewLeftAlignFlowLayout.svg)](https://img.shields.io/cocoapods/v/DGCollectionViewLeftAlignFlowLayout.svg)\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Platform](https://img.shields.io/cocoapods/p/DGCollectionViewLeftAlignFlowLayout.svg?style=flat)](http://cocoadocs.org/docsets/DGCollectionViewLeftAlignFlowLayout)\n[![Twitter](https://img.shields.io/badge/twitter-@Digipolitan-blue.svg?style=flat)](http://twitter.com/Digipolitan)\n\nThe `DGCollectionViewLeftAlignFlowLayout` is a simple layout that align does not try to fulfill the lines but stick elements to the left.\n\n![Original FlowLayout](https://github.com/Digipolitan/collection-view-left-align-flow-layout/blob/develop/Screenshots/flow-layout.png?raw=true \"Original\")\n![Left Aligned](https://github.com/Digipolitan/collection-view-left-align-flow-layout/blob/develop/Screenshots/left-layout.png?raw=true \"Left Aligned\")\n\n\n\n## Getting Started\n\nThese 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.\n\n### Prerequisites\n\nWorks with iOS 8+, tested on Xcode 8.2\n\n### Installing\n\nTo install the `DGCollectionViewLeftAlignFlowLayout` using **cocoapods**\n\n- Add an entry in your Podfile  \n\n```\n# Uncomment this line to define a global platform for your project\nplatform :ios, '8.0'\n\ntarget 'YourTarget' do\n  frameworks\n   use_frameworks!\n\n  # Pods for YourTarget\n  pod 'DGCollectionViewLeftAlignFlowLayout'\nend\n```\n\n- Then install the dependency with the `pod install` command.\n\n## Usage\n\nInitialize your behavior\n\n```swift\n\tself.collectionView.collectionViewLayout = DGCollectionViewLeftAlignFlowLayout()\n```\n\n## Built With\n\n[Fastlane](https://fastlane.tools/)\nFastlane is a tool for iOS, Mac, and Android developers to automate tedious tasks like generating screenshots, dealing with provisioning profiles, and releasing your application.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for more details!\n\nThis project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md).\nBy participating, you are expected to uphold this code. Please report\nunacceptable behavior to [contact@digipolitan.com](mailto:contact@digipolitan.com).\n\n## License\n\nDGCollectionViewLeftAlignFlowLayout is licensed under the [BSD 3-Clause license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigipolitan%2Fcollection-view-left-align-flow-layout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigipolitan%2Fcollection-view-left-align-flow-layout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigipolitan%2Fcollection-view-left-align-flow-layout/lists"}