{"id":13770808,"url":"https://github.com/gomfucius/CardStackView","last_synced_at":"2025-05-11T03:32:54.975Z","repository":{"id":56444961,"uuid":"98113263","full_name":"gomfucius/CardStackView","owner":"gomfucius","description":"Inifinite swipeable stacked UIViews.","archived":false,"fork":false,"pushed_at":"2020-11-07T03:09:45.000Z","size":2041,"stargazers_count":44,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-12T04:40:36.551Z","etag":null,"topics":["cardview","infinite","ios","swift","swipeable"],"latest_commit_sha":null,"homepage":"","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/gomfucius.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-07-23T17:13:31.000Z","updated_at":"2024-10-15T11:26:53.000Z","dependencies_parsed_at":"2022-08-15T18:50:43.750Z","dependency_job_id":null,"html_url":"https://github.com/gomfucius/CardStackView","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gomfucius%2FCardStackView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gomfucius%2FCardStackView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gomfucius%2FCardStackView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gomfucius%2FCardStackView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gomfucius","download_url":"https://codeload.github.com/gomfucius/CardStackView/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514352,"owners_count":21920327,"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":["cardview","infinite","ios","swift","swipeable"],"created_at":"2024-08-03T17:00:42.337Z","updated_at":"2025-05-11T03:32:54.276Z","avatar_url":"https://github.com/gomfucius.png","language":"Swift","readme":"\n# 🎴 CardStackView\n\n[![Swift](https://img.shields.io/badge/swift-5.0-brightgreen.svg?style=flat)](https://swift.org)\n[![UnitTest Actions Status](https://github.com/gomfucius/CardStackView/workflows/test/badge.svg)](https://github.com/gomfucius/CardStackView/actions)\n[![Carthage](https://img.shields.io/badge/Carthage-✔-f2a77e.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Version](https://img.shields.io/cocoapods/v/CardStackView.svg?style=flat)](http://cocoapods.org/pods/CardStackView)\n[![License](https://img.shields.io/cocoapods/l/CardStackView.svg?style=flat)](http://cocoapods.org/pods/CardStackView)\n[![Platform](https://img.shields.io/cocoapods/p/CardStackView.svg?style=flat)](http://cocoapods.org/pods/CardStackView)\n[![Coverage Status](https://coveralls.io/repos/github/gomfucius/CardStackView/badge.svg?branch=master)](https://coveralls.io/github/gomfucius/CardStackView?branch=master)\n\n![Alt text](/Example/example.gif?raw=true \"CardStackView example gif\")\n\n## 😃 Example Project\n\nTo run the example project, clone the repo, open Example/CardStackView.xcodeproj, then build and run the CardStackView_Example target.\n\n## 🖥 Installation\n\nCardStackView is available through [Swift Package Manager](https://developer.apple.com/documentation/swift_packages), [Carthage](https://github.com/Carthage/Carthage) and [CocoaPods](https://cocoapods.org).\n\n### Carthage\n\ngithub \"gomfucius/CardStackView\" == 0.2.1\n\n### Cocoapods\n\nTo install, simply add the following line to your Podfile:\n\n```ruby\npod \"CardStackView\"\n```\n\n## 🤔 Implementation\n\n```swift\nimport CardStackView\n\nclass ViewController: UIViewController {\n\n    override func viewDidLoad() {\n        super.viewDidLoad()\n\n        var cardViews = [MyCustomView]()\n\n        for index in 0...6 {\n            var view = MyCustomView()\n            cardViews.append(view)\n        }\n\n        let cardStackView = CardStackView(cards: cardViews)\n        self.view.addSubview(cardStackView)\n\n        // autolayout your cardStackView\n    }\n}\n```\n\n## 🤓 Author\n\ngomfucius, gomfucius@gmail.com\n\n## 📄 License\n\nCardStackView is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":["Cards"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgomfucius%2FCardStackView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgomfucius%2FCardStackView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgomfucius%2FCardStackView/lists"}