To run the example project, clone the repo, and run pod install
from the Example directory first.
This project is inspired by: https://dribbble.com/shots/2242921-Find-Nearby-Users-Concept
- iOS 8.0+
- Xcode 9.2
- HGCircularSlider - A custom reusable circular slider control for iOS application.
- HGPlaceholders - Nice library to show placeholders for any UITableView in your project
HGRippleRadarView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'HGRippleRadarView'
HGRippleRadarView is also available through Carthage. To install it, simply add the following line to your Cartfile:
github "HamzaGhazouani/HGRippleRadarView"
- Change the class of a view from UIView to RippleView or RadarView
- Programmatically:
let rippleView = RippleView(frame: myFrame)
let radarView = RadarView(frame: myFrame)
Full documentation is available on CocoaDocs.
You can also install documentation locally using jazzy.
HamzaGhazouani, hamza.ghazouani@gmail.com
HGRippleRadarView is available under the MIT license. See the LICENSE file for more info.