GDGauge
Full Customizable, Beautiful gauge view.
Completely written with ShapeLayers and CoreGraphic to get a most clean and smooth, everything!
Now with more options to customize!
Requirements
- Xcode 9+
- Swift 4
- iOS 8+
Installation
Install manually
Drag GDGauge.swift
to your project and use!
Using Cocoapods
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
target '<Your Target Name>' do
pod 'GDGauge'
end
pod update
then pod install