{"id":1479,"url":"https://github.com/jibeex/CDFlipView","last_synced_at":"2025-08-02T04:31:15.078Z","repository":{"id":56904422,"uuid":"50046369","full_name":"jibeex/CDFlipView","owner":"jibeex","description":"A view that takes a set of images, make transition from one to another by using flipping effects.","archived":false,"fork":false,"pushed_at":"2017-04-09T14:30:48.000Z","size":335,"stargazers_count":101,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-29T22:30:08.926Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/jibeex.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-01-20T17:17:16.000Z","updated_at":"2025-04-29T07:20:58.000Z","dependencies_parsed_at":"2022-08-21T02:50:21.058Z","dependency_job_id":null,"html_url":"https://github.com/jibeex/CDFlipView","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jibeex/CDFlipView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibeex%2FCDFlipView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibeex%2FCDFlipView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibeex%2FCDFlipView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibeex%2FCDFlipView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jibeex","download_url":"https://codeload.github.com/jibeex/CDFlipView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibeex%2FCDFlipView/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268334611,"owners_count":24233793,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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:15:47.412Z","updated_at":"2025-08-02T04:31:14.726Z","avatar_url":"https://github.com/jibeex.png","language":"Shell","funding_links":[],"categories":["Media","UI"],"sub_categories":["Image","Other free courses"],"readme":"# CDFlipView\n\nA view that takes a set of images, make transition from one to another by using flipping effects.\n\n## Demo\n![Screencapture GIF](https://github.com/jibeex/CDFlipView/blob/master/demo.gif)\n\nLive Demo: https://appetize.io/app/w0df4gf2wcaxavadr6zjxf2h1m\n\n[![CI Status](http://img.shields.io/travis/jibeex/CDFlipView.svg?style=flat)](https://travis-ci.org/jibeex/CDFlipView)\n[![Version](https://img.shields.io/cocoapods/v/CDFlipView.svg?style=flat)](http://cocoapods.org/pods/CDFlipView)\n[![License](https://img.shields.io/cocoapods/l/CDFlipView.svg?style=flat)](http://cocoapods.org/pods/CDFlipView)\n[![Platform](https://img.shields.io/cocoapods/p/CDFlipView.svg?style=flat)](http://cocoapods.org/pods/CDFlipView)\n\n## Requirements\nSwift 3.0 =\u003e v1.0.1\n\nSwift 2.3 =\u003e v0.1.1\n\n## Installation\n\nCDFlipView is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"CDFlipView\"\n```\n\nor\n\nPut the file `CDFlipView/Classes/CDFlipView.swift` into your project\n\n## Usage\n\n```swift\nvar imageSet:[UIImageView] = [] // use any object of type UIView\n\nfor index in 1...5{\n    let image = UIImageView(image: UIImage(named: \"\\(index)\"))\n    image.contentMode = .ScaleAspectFill\n    imageSet.append(image)\n}\n\nflipView.layer.zPosition = 100\nflipView.durationForOneTurnOver = 0.6\nflipView.stillTime = 0.1\nflipView.setUp(imageSet)\nflipView.startAnimation()\n```\n\n## Example project\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Author\n\nJianbin LIN, jibeex@gmail.com\n\n## License\n\nCDFlipView 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%2Fjibeex%2FCDFlipView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjibeex%2FCDFlipView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjibeex%2FCDFlipView/lists"}