aboutsummaryrefslogtreecommitdiffstats
path: root/Source/YRKSpinningProgressIndicator.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/YRKSpinningProgressIndicator.m')
-rw-r--r--Source/YRKSpinningProgressIndicator.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/YRKSpinningProgressIndicator.m b/Source/YRKSpinningProgressIndicator.m
index 07e93863..4872b201 100644
--- a/Source/YRKSpinningProgressIndicator.m
+++ b/Source/YRKSpinningProgressIndicator.m
@@ -340,6 +340,10 @@
[self setNeedsDisplay:YES];
}
+- (void)setNumberValue:(NSNumber *)numberValue
+{
+ [self setDoubleValue:[numberValue doubleValue]];
+}
- (double)maxValue
{
return _maxValue;