mohsinalimat / CCMRadarView

CCMRadarView uses the IBDesignable tools to make an easy customizable radar view with animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCMRadarView

License APACHE Release

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.

Requirements

Xcode version 6.0 or later.

Installation

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

Author

Carlos Compean, ccompean@icalialabs.com

License

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

About

CCMRadarView uses the IBDesignable tools to make an easy customizable radar view with animation

License:Apache License 2.0


Languages

Language:Swift 100.0%