{"id":2346,"url":"https://github.com/T-Pro/CircularRevealKit","last_synced_at":"2025-08-02T23:33:10.070Z","repository":{"id":56905966,"uuid":"88265123","full_name":"T-Pro/CircularRevealKit","owner":"T-Pro","description":"Circular reveal animations made easy","archived":false,"fork":false,"pushed_at":"2020-07-11T22:12:22.000Z","size":6577,"stargazers_count":25,"open_issues_count":0,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-06T22:49:28.039Z","etag":null,"topics":["cocoapods","material-design","swift5","uinavigationcontroller"],"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/T-Pro.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-04-14T12:18:07.000Z","updated_at":"2022-12-07T12:10:14.000Z","dependencies_parsed_at":"2022-08-20T19:20:15.451Z","dependency_job_id":null,"html_url":"https://github.com/T-Pro/CircularRevealKit","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Pro%2FCircularRevealKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Pro%2FCircularRevealKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Pro%2FCircularRevealKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Pro%2FCircularRevealKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/T-Pro","download_url":"https://codeload.github.com/T-Pro/CircularRevealKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228503193,"owners_count":17930534,"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":["cocoapods","material-design","swift5","uinavigationcontroller"],"created_at":"2024-01-05T20:16:11.451Z","updated_at":"2024-12-06T17:31:00.946Z","avatar_url":"https://github.com/T-Pro.png","language":"Swift","funding_links":[],"categories":["UI"],"sub_categories":["Animation","Other free courses"],"readme":"# [![CircularRevealKit](./Art/CircularRevealKit.png)](#)\n\n[![CI Status](https://app.bitrise.io/app/7bb98f99ce35b4e8.svg?token=vd860qvOkKynwpA0I19wDg)](https://www.bitrise.io/app/7bb98f99ce35b4e8#/builds)\n[![Version](https://img.shields.io/cocoapods/v/CircularRevealKit.svg?style=flat)](http://cocoapods.org/pods/CircularRevealKit)\n[![License](https://img.shields.io/cocoapods/l/CircularRevealKit.svg?style=flat)](http://cocoapods.org/pods/CircularRevealKit)\n[![Platform](https://img.shields.io/cocoapods/p/CircularRevealKit.svg?style=flat)](http://cocoapods.org/pods/CircularRevealKit)\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n![Swift 5](https://img.shields.io/badge/Swift-5-orange.svg?style=flat)\n\nThis library was created to allow developers to implement the material design's reveal effect.\nYou can simply use this component to reveal and unvereal a ViewController/View, this component is very small (approx. 40kb), written purely in Swift 5 with support of Swift 4.2.\n\n## Sample\n![GIF sample](https://media.giphy.com/media/3cwSEnIK1GJEs/giphy.gif)\n\n## Requirements\n\nSwift 4 and iOS 9+\n\n## Installation\n\n### CocoaPods\n\n[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:\n\n```bash\n$ gem install cocoapods\n```\n\nTo integrate CircularRevealKit into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\nsource 'https://github.com/CocoaPods/Specs.git'\nplatform :ios, '9.0'\nuse_frameworks!\n\ntarget '\u003cYour Target Name\u003e' do\npod 'CircularRevealKit', '~\u003e 0.9.6'\nend\n```\n\nThen, run the following command:\n\n```bash\n$ pod install\n```\n\n### Carthage\n\n[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.\n\nYou can install Carthage with [Homebrew](http://brew.sh/) using the following command:\n\n```bash\n$ brew update\n$ brew install carthage\n```\n\nTo integrate CircularRevealKit into your Xcode project using Carthage, specify it in your `Cartfile`:\n\n```ogdl\ngithub \"T-Pro/CircularRevealKit\" ~\u003e 0.9.6\n```\n\nRun `carthage update` to build the framework and drag the built `CircularRevealKit.framework` into your Xcode project.\n\n## How to\n\nYou can simply import the library using `import CircularRevealKit`, then:\n\nTo push your view controller, use:\n\n```swift\nradialPresent(viewController: viewController)\n```\n\nor \n\n```swift\nradialPresent(viewController: viewController, duration, startFrame, revealType, completionBlock?)\n```\n\nTo close it:\n\n```swift\nradialDismiss()\n```\n\nTo use with view:\n\n```swift\nview.drawAnimatedCircularMask(startFrame, duration, revealType, completionBlock?)\n```\n\nTo include a fade color between the transition, use the fadeColor:` option when presenting or dismisssing the view controller or view.\n\n```swift\nradialPresent(viewController: viewController, fadeColor: UIColor.blue)\n```\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Author\n\nPedro Paulo de Amorim\n\n## Based on:\n\n* [RadialTransition_swift][1]\n\n## License\n\nCircularRevealKit is available under the MIT license. See the LICENSE file for more info.\n\n[1]: https://github.com/apadalko/RadialTransition_swift\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FT-Pro%2FCircularRevealKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FT-Pro%2FCircularRevealKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FT-Pro%2FCircularRevealKit/lists"}