Hey I'm making a timer app that has both minutes and seconds. To do this I am using two different labels. How can I make sure it is always two digits (10:01 not 10:1).
The only other reasonable way I can think of doing it would be to use a formatter. But admittedly I'm still working my way through the API so that might not be viable.
Thanks a lot that code works. I didn't get to reading through that page you linked to put the code did the trick. I'll use it even if I don't understand it.