I'm building a UIPickerView to resemble a custom subclass of UIDatePicker, timepicker style.
Anyway, the minutes component should have numbers for every 5 minutes, starting with 00, 05, and then 10, 15, etc...
How do I get the zero number padding formatting on the left for the 00 and 05 minutes mark?
I suspect I have to delve into the NSNumberFormatter class, but I have no experience whatsoever with it, apart from it looking like quite a scary class, and I was hoping someone could give me a basic implementation in a quick punch.