M13ProgressSuite icon indicating copy to clipboard operation
M13ProgressSuite copied to clipboard

metro progress not working on iPhone 5

Open kushal1211 opened this issue 10 years ago • 3 comments

metro progress not working on iPhone 5

kushal1211 avatar Sep 06 '14 07:09 kushal1211

How is it not working? I have an iPhone 5 and it seems to work fine.

Marxon13 avatar Sep 07 '14 14:09 Marxon13

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];

olivierto avatar Sep 16 '14 08:09 olivierto

I'll try to see if I can get ahold of a device that is having this problem when I have the chance.

Marxon13 avatar Sep 18 '14 03:09 Marxon13