Popularity
3.6
Stable
Activity
0.0
Stable
182
10
30

Code Quality Rank: L4
Programming language: Swift
License: Apache License 2.0
Tags: Animation    
Latest version: v1.0.2

CCMRadarView alternatives and similar libraries

Based on the "Animation" category.
Alternatively, view CCMRadarView alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of CCMRadarView or a related project?

Add another 'Animation' Library

README

CCMRadarView

License APACHE Release Version License Platform

CCMRadarView 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.

Here is a sample views of the radar:

Normal Radar

CCMRadarView

Reversed Radar

CCMRadarReversedView

==============

Usage

In the storyboard draw a view to your controller and assign it the CCMRadarView class, then customize it as you want in the Attributes inspector.

CCMRadarViewUsage

To start and stop animations in the radar, you should call the startAnimation() or the stopAnimation() methods. Don't forget to import your framework first.

Importing Framework

Swift

If you added the CCMRadarView.swift file to your project there is no need to import.

If you are using cocoapods use import CCMRadarView

Objective-C

If 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 guide.

If you added the CCMRadarView through cocoapods use: #import <CCMRadarView/CCMRadarView-Swift.h>

Requirements

Xcode version 6.0 or later.

iOS version 7.0 or later (8.0 or later for use with Cocoapods)

Installation

Files

Download or clone the repository, and copy the CCMRadarView.swift file to your project.

With CocoaPods

Requires CocoaPods v0.36.0 and iOS v8.0 or later

CCMRadarView is available through CocoaPods. To install it, simply add use_frameworks! line in your Podfile and the following line:

pod "CCMRadarView"

To run the example project, clone the repo, and run pod install from the Example directory first.

Author

Carlos Compean, [email protected]

License

CCMRadarView is available under the Apache License, Version 2.0. See the LICENSE file for more info.


*Note that all licence references and agreements mentioned in the CCMRadarView README section above are relevant to that project's source code only.