luispadron / UICircularProgressRing

A circular progress bar for iOS written in Swift
MIT License
1.73k stars 290 forks source link

Timer and Progress in the same screen #244

Closed JoaquinMG closed 4 years ago

JoaquinMG commented 4 years ago

Hi. First, thank you for this awesome library. I have a problem with using both timer and progress in the same screen (in fact, there are 2 progress and 1 timer). The timer works perfectly, but the progress doesn't even start.

luispadron commented 4 years ago

Can you describe the issue further, I can’t help without further info.

JoaquinMG commented 4 years ago

I'm sorry. I had a problem with several circular progress in the same screen, but now it works (I think I had to clean and rebuild the project). Thanks anyway.