{"id":2320,"url":"https://github.com/cacmartinez/CCMRadarView","last_synced_at":"2025-08-02T23:33:01.476Z","repository":{"id":23897091,"uuid":"27276801","full_name":"cacmartinez/CCMRadarView","owner":"cacmartinez","description":"CCMRadarView uses the IBDesignable tools to make an easy customizable radar view with animation","archived":false,"fork":false,"pushed_at":"2019-09-05T02:13:17.000Z","size":3260,"stargazers_count":182,"open_issues_count":6,"forks_count":30,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-10T03:19:39.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cacmartinez.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":"2014-11-28T17:44:29.000Z","updated_at":"2023-10-25T02:43:42.000Z","dependencies_parsed_at":"2022-08-21T02:50:23.393Z","dependency_job_id":null,"html_url":"https://github.com/cacmartinez/CCMRadarView","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cacmartinez%2FCCMRadarView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cacmartinez%2FCCMRadarView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cacmartinez%2FCCMRadarView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cacmartinez%2FCCMRadarView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cacmartinez","download_url":"https://codeload.github.com/cacmartinez/CCMRadarView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228503181,"owners_count":17930529,"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:10.787Z","updated_at":"2024-12-06T17:30:59.554Z","avatar_url":"https://github.com/cacmartinez.png","language":"Swift","funding_links":[],"categories":["UI","Animation"],"sub_categories":["Animation","Other free courses"],"readme":"CCMRadarView\n==============\n\n[![License APACHE](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/cacmartinez/CCMRadarView/blob/master/LICENSE)\n[![Release](https://img.shields.io/github/release/cacmartinez/CCMRadarView.svg)](https://github.com/cacmartinez/CCMRadarView)\n[![Version](https://img.shields.io/cocoapods/v/CCMRadarView.svg?style=flat)](http://cocoadocs.org/docsets/CCMRadarView)\n[![License](https://img.shields.io/cocoapods/l/CCMRadarView.svg?style=flat)](http://cocoadocs.org/docsets/CCMRadarView)\n[![Platform](https://img.shields.io/cocoapods/p/CCMRadarView.svg?style=flat)](http://cocoadocs.org/docsets/CCMRadarView)\n\nCCMRadarView is a simple to use view that uses the new IBDesignable and IBInspectable features of XCode6 to easily configure the icon in the center, the width of the waves of the radar, as well as the color, the number of waves,etc.\n\nHere is a sample views of the radar:\n\nNormal Radar\n\n![CCMRadarView](https://github.com/cacmartinez/CCMRadarView/blob/master/Screenshots/radarInUse.gif)\n\nReversed Radar\n\n![CCMRadarReversedView](https://github.com/cacmartinez/CCMRadarView/blob/master/Screenshots/reversedRadarInUse.gif)\n\n==============\n\n# Usage\n\nIn the storyboard draw a view to your controller and assign it the CCMRadarView class, then customize it as you want in the Attributes inspector.\n\n![CCMRadarViewUsage](https://github.com/cacmartinez/CCMRadarView/blob/master/Screenshots/howToUse.gif)\n\nTo start and stop animations in the radar, you should call the `startAnimation()` or the `stopAnimation()` methods. Don't forget to import your framework first.\n\n###Importing Framework\n\n####Swift\n\nIf you added the CCMRadarView.swift file to your project there is no need to import.\n\nIf you are using cocoapods use `import CCMRadarView`\n\n####Objective-C\n\nIf you added the CCMRadarView.swift file to your project you will need to import the header with the following format `#import \"YourProjectName-Swift.h\"`. For more information on this follow the [Importing Swift into Objective-C](https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html) guide.\n\nIf you added the CCMRadarView through cocoapods use: `#import \u003cCCMRadarView/CCMRadarView-Swift.h\u003e`\n\n# Requirements\n\nXcode version 6.0 or later.\n\niOS version 7.0 or later (8.0 or later for use with Cocoapods)\n\n# Installation\n\n## Files\n\nDownload or clone the repository, and copy the `CCMRadarView.swift` file to your project.\n\n## With CocoaPods\n\n**Requires CocoaPods v0.36.0 and iOS v8.0 or later**\n\nCCMRadarView is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add `use_frameworks!` line in your Podfile and the following line:\n\n    pod \"CCMRadarView\"\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Author\n\nCarlos Compean, ccompean@icalialabs.com\n\n## License\n\nCCMRadarView is available under the Apache License, Version 2.0. See the LICENSE file for more info.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcacmartinez%2FCCMRadarView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcacmartinez%2FCCMRadarView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcacmartinez%2FCCMRadarView/lists"}