{"id":2737,"url":"https://github.com/AppliKeySolutions/VegaScroll","last_synced_at":"2025-08-06T16:31:44.039Z","repository":{"id":37445352,"uuid":"102494292","full_name":"ApplikeySolutions/VegaScroll","owner":"ApplikeySolutions","description":"↕️ VegaScroll is a lightweight animation flowlayout for UICollectionView completely written in Swift 4, compatible with iOS 11 and Xcode 9.","archived":false,"fork":false,"pushed_at":"2022-12-06T09:25:24.000Z","size":38,"stargazers_count":2937,"open_issues_count":19,"forks_count":178,"subscribers_count":44,"default_branch":"master","last_synced_at":"2024-12-06T01:07:13.657Z","etag":null,"topics":["animation","flowlayout","ios","iphone-x","scroll","swift","tiles","uicollectionview","xcode"],"latest_commit_sha":null,"homepage":"https://applikeysolutions.com","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ApplikeySolutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-05T14:50:57.000Z","updated_at":"2024-11-24T02:50:10.000Z","dependencies_parsed_at":"2022-07-13T15:29:46.204Z","dependency_job_id":null,"html_url":"https://github.com/ApplikeySolutions/VegaScroll","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApplikeySolutions%2FVegaScroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApplikeySolutions%2FVegaScroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApplikeySolutions%2FVegaScroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApplikeySolutions%2FVegaScroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ApplikeySolutions","download_url":"https://codeload.github.com/ApplikeySolutions/VegaScroll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228923726,"owners_count":17992568,"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":["animation","flowlayout","ios","iphone-x","scroll","swift","tiles","uicollectionview","xcode"],"created_at":"2024-01-05T20:16:21.500Z","updated_at":"2024-12-09T16:31:11.348Z","avatar_url":"https://github.com/ApplikeySolutions.png","language":"Swift","readme":"![ios](https://cocoapod-badges.herokuapp.com/v/VegaScrollFlowLayout/badge.png)\n![ios](https://cocoapod-badges.herokuapp.com/p/VegaScrollFlowLayout/badge.png)\n![Swift 3.0.x](https://img.shields.io/badge/Swift-3.0.x-orange.svg)\n![GitHub license](https://cocoapod-badges.herokuapp.com/l/VegaScrollFlowLayout/badge.(png|svg))\n[![Twitter](https://img.shields.io/badge/contact-@Applikey_-blue.svg?style=flat)](https://twitter.com/Applikey_)\n\nMade by [Applikey Solutions](https://applikeysolutions.com)\n\nFind this [project on Dribbble](https://dribbble.com/shots/3793079-iPhone-8-iOS-11)\n\nAlso check another flowlayout for UICollectionView: https://github.com/ApplikeySolutions/GravitySlider\n\n![VegaScrollFlowLayout](https://f.flockusercontent2.com/dc4259a150487963694def6f_t)\n\n# Table of Contents\n1. [Purpose](#purpose)\n2. [Supported OS \u0026 SDK Versions](#supported-os--sdk-versions)\n3. [Installation](#installation)\n4. [Usage](#usage)\n5. [Demo](#demo)\n6. [Release Notes](#release-notes)\n7. [Contact Us](#contact-us)\n8. [License](#license)\n\n# Purpose\n\nVegaScroll is a lightweight animation flowlayout for `UICollectionView` completely written in Swift 4, compatible with iOS 11 and Xcode 9. \n\n\n# Supported OS \u0026 SDK Versions\n\n* Supported build target - iOS 9.0\n\n# Installation\n\n### [CocoaPods](https://github.com/CocoaPods/CocoaPods)\nAdd the following line in your `Podfile`.\n```\npod 'VegaScrollFlowLayout'\n```\n### Carthage\nIf you're using [Carthage](https://github.com/Carthage/Carthage) you can add a dependency on VegaScroll by adding it to your `Cartfile`:\n\n```\ngithub \"AppliKeySolutions/VegaScroll\"\n```\n\n# Usage\n\n```swift\nimport VegaScrollFlowLayout\n\nlet layout = VegaScrollFlowLayout()\ncollectionView.collectionViewLayout = layout\nlayout.minimumLineSpacing = 20\nlayout.itemSize = CGSize(width: collectionView.frame.width, height: 87)\nlayout.sectionInset = UIEdgeInsets(top: 10, left: 0, bottom: 10, right: 0)\n```\n\n# Demo\n![example-plain](https://f.flockusercontent2.com/dc4259a15048016319908586)\n\n# Release Notes\n\nVersion 1.0\n\n- Release version.\n\n# Contact Us\n\nYou can always contact us via github@applikeysolutions.com We are open for any inquiries regarding our libraries and controls, new open-source projects and other ways of contributing to the community. If you have used our component in your project we would be extremely happy if you write us your feedback and let us know about it!\n\n# License\n\nThe MIT License (MIT)\n\nCopyright © 2017 Applikey Solutions\n\nPermission is hereby granted free of charge to any person obtaining a copy of this software and associated documentation files (the \"Software\") to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","funding_links":[],"categories":["UI","Libs","TableView","UI [🔝](#readme)"],"sub_categories":["ScrollView","UI","Other free courses"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAppliKeySolutions%2FVegaScroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAppliKeySolutions%2FVegaScroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAppliKeySolutions%2FVegaScroll/lists"}