PulsingHalo
PulsingHalo has been discontinued, and is no longer being maintained. Please check out Pulsator which is the new version of this written with Swift.
Language: Obj-C
License: MIT
iOS component for creating a pulsing animation. It allows you to create halos.
Great For:
- Pulses of beacons (iBeacon)
- Map Annotations
Installation
CocoaPods
Add into your Podfile.
pod "PulsingHalo"
Then $ pod install
Carthage
Add into your Cartfile.
github "shu223/PulsingHalo"
Then $ carthage update
Manual
Add PulsingHaloLayer.h,m into your project.