You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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
The text was updated successfully, but these errors were encountered: