{"id":2539,"url":"https://github.com/MillmanY/MMCardView","last_synced_at":"2025-08-03T00:31:59.194Z","repository":{"id":52958045,"uuid":"69650890","full_name":"MillmanY/MMCardView","owner":"MillmanY","description":"Cusom CollectionView card layout","archived":false,"fork":false,"pushed_at":"2021-10-13T11:57:17.000Z","size":18344,"stargazers_count":559,"open_issues_count":8,"forks_count":46,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-04-24T14:49:29.986Z","etag":null,"topics":[],"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/MillmanY.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":"2016-09-30T08:55:44.000Z","updated_at":"2024-01-05T15:05:27.000Z","dependencies_parsed_at":"2022-08-21T04:20:13.125Z","dependency_job_id":null,"html_url":"https://github.com/MillmanY/MMCardView","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MillmanY%2FMMCardView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MillmanY%2FMMCardView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MillmanY%2FMMCardView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MillmanY%2FMMCardView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MillmanY","download_url":"https://codeload.github.com/MillmanY/MMCardView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228510725,"owners_count":17931757,"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":[],"created_at":"2024-01-05T20:16:16.295Z","updated_at":"2024-12-06T18:30:33.893Z","avatar_url":"https://github.com/MillmanY.png","language":"Swift","funding_links":[],"categories":["UI"],"sub_categories":["Cards","Layout","Other free courses"],"readme":"# MMCardView\n\n[![CI Status](http://img.shields.io/travis/Millman/MMCardView.svg?style=flat)](https://travis-ci.org/Millman/MMCardView)\n[![Version](https://img.shields.io/cocoapods/v/MMCardView.svg?style=flat)](http://cocoapods.org/pods/MMCardView)\n[![License](https://img.shields.io/cocoapods/l/MMCardView.svg?style=flat)](http://cocoapods.org/pods/MMCardView)\n[![Platform](https://img.shields.io/cocoapods/p/MMCardView.svg?style=flat)](http://cocoapods.org/pods/MMCardView)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Demo\n1.Card\n\n![demo](https://github.com/MillmanY/MMCardView/blob/master/demo.gif)\n\n\n## Requirements\n\n    iOS 8.0+\n    Xcode 8.0+\n    Swift 3.0+\n## Use Card\n1.Inherit your collectionView to MMCollectionView\n       \n    @IBOutlet weak var cardCollection: MMCollectionView!\n    \n2.Create your Cell inherit \"CardCell\"\n\n    class CardACell: CardCell {\n\n    }\n\n    if let layout = cardCollection.collectionViewLayout as? CustomCardLayout {\n         layout.titleHeight = 100.0\n         layout.bottomShowCount = 3\n         layout.cardHeight = 300\n         layout.showStyle = .cover\n    }\n## Installation\n\nMMCardView is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\nSwift 3\npod 'MMCardView'\nSwift2.3\npod 'MMCardView',:git =\u003e 'https://github.com/MillmanY/MMCardView', :branch =\u003e ‘Swift2’\n\n```\n\n## Author\n\nMillman, millmanyang@gmail.com\n\n## License\n\nMMCardView is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMillmanY%2FMMCardView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMillmanY%2FMMCardView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMillmanY%2FMMCardView/lists"}