M13ProgressSuite
M13ProgressSuite copied to clipboard
metro progress not working on iPhone 5
metro progress not working on iPhone 5
How is it not working? I have an iPhone 5 and it seems to work fine.
i got the same issue, the metrodots aren't showing at all... Here is my code:
_progressView = [[M13ProgressViewMetro alloc] initWithFrame:CGRectMake(100, 100, 150, 150)];
_progressView.animationShape = M13ProgressViewMetroAnimationShapeEllipse;
((M13ProgressViewMetroDotPolygon *)_progressView.metroDot).numberOfSides = 2;
((M13ProgressViewMetroDotPolygon *)_progressView.metroDot).radius = 8;
_progressView.dotSize = CGSizeMake(20, 20);
[self.view addSubview:_progressView];
[((M13ProgressViewMetro *)_progressView) beginAnimating];
I'll try to see if I can get ahold of a device that is having this problem when I have the chance.