MeterView
MeterView copied to clipboard
Dashboard-style gauges for iOS
I understand this is nine years old (how the heck did 2011 become 9 years ago, i still think 2001 was nine years ago!), and anyway, I am having all...
2016-09-06 11:38:15.080 MeterView[787:345998] **\* Assertion failure in -[UIApplication _runWithMainScene:transitionContext:completion:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3512.60.12/UIApplication.m:3401 2016-09-06 11:38:28.177 MeterView[787:345998] **\* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Application windows are expected to have a root...
Grate work! Thanks for your control. I have found an issue - a MeterNeedle not rescaled when main MeterView has been rescaled. I solved with next fix. in method drawLayer:...
First of all: great job. I had some EXC_BAD_ACCESS releasing the object. I solved with the following code - (void)dealloc { needleLayer.delegate = nil; [needleLayer release]; [needle_ release]; [textLabel_ release];...