TKGauge
TKGauge copied to clipboard
iOS UI component to display speed gauge
TKGauge
iOS UI component to display gauge
Installation
- You need cocoapods lib manager
- Edit your
Podfile
and add
dependency 'TKGauge', :podspec => 'https://raw.github.com/xslim/TKGauge/master/TKGauge.podspec'
Usage
- See Example project
Loading Gauge
NSString *path = [[NSBundle mainBundle] bundlePath];
self.gaugePath = [[path stringByAppendingPathComponent:@"Gauges"] stringByAppendingPathComponent:@"speed.gauge"];
Data filter
- By default, data filter
maxAverageCount
will be loaded from skin's configconfig.averageFilter
- TODO - To turn off data filter just say
self.dataFilter.maxAverageCount = 0;
(Ex. some where inviewDidLoad
)
Theaming
- See Gauges folder