JWGCircleCounter icon indicating copy to clipboard operation
JWGCircleCounter copied to clipboard

Allow time format in Minutes

Open otymartin opened this issue 7 years ago • 0 comments

@johngraham262

Ive been having trouble with this since i dont know objective c. Can you enable time label to show minutes instead of seconds. it appears the counter.timeLabel.text is a get only property so I can't set my own time format.

Also on that note, i played around with your code and I could get it to show minutes by dividing by 60 (_totalTime - _elapsedTime)/60 however when the countdown happens, it starts from 9.... and goes to 0. Which means numbers 9,8,7,6,5,4,3,2,1,0 appear for 1 minute each and number 10 appears only for a split second. I'd rather 10....1.

Thanks

otymartin avatar Jan 20 '17 03:01 otymartin