Since iOS 8.0 there is now NSDateComponentsFormatter
which has a stringFromTimeInterval:
method.
[[NSDateComponentsFormatter new] stringFromTimeInterval:timeInterval];
Since iOS 8.0 there is now NSDateComponentsFormatter
which has a stringFromTimeInterval:
method.
[[NSDateComponentsFormatter new] stringFromTimeInterval:timeInterval];