A custom UIView with a gauge control (tachometer like control). Detects swipe gesture and sets the needle/level appropriately. You can customize colors, the maximum level, min/max images, etc.
Installing with CocoaPods
If you're unfamiliar with CocoaPods you can check out this tutorial here.
-
In Terminal navigate to the root of your project.
-
Run 'touch Podfile' to create the Podfile.
-
Open the Podfile using 'open -e Podfile'
-
Add the pod
BLGaugeView
to your Podfile.platform :ios, '10.0' pod 'BLGaugeView'
-
Run
pod install
. -
Open your app's
.xcworkspace
file to launch Xcode and start using the control!
- Either create BLGaugeView by dragging UIView from storyboard and change implementing class or create it programmatically
- Create an outlet (if create via storyboard)
- Set up parameters
Distributed under the MIT License.