简体   繁体   中英

Circular countdown timer

I have been desparetely searching for it but couldn't find it. I need to have a circular countdown timer for 1 minute which reduces time like 60 sec,59 sec, 58 sec.....,2 sec,1 sec,0 sec

Using a progressbarview appearance like in this ex ([ Circular Progress Bars in IOS ) instead starts from 1 sec,2 sec,3 sec..58 sec, 59 sec, 60 sec which is starting from forward.

How can I get the appearance which reduces time from 60 to 0 sec?

Any ideas/help would be highly appreciated

从我的角度来看,您应该从percent = 0开始,然后执行“递增”功能,加1直到达到100。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM