noreasonprojects / ModernAVPlayer

ModernAVPlayer is a persistence AVPlayer wrapper
MIT License
284 stars 47 forks source link

Convert time to hours:minutes:seconds #78

Closed ArbabR closed 6 years ago

ArbabR commented 6 years ago

Can we please convert current time and end duration time to this format

hours:minutes:seconds

01:25:42

![Uploading Simulator Screen Shot - iPhone 8 Plus - 2018-10-07 at 23.01.09.png…]()

raphrel commented 6 years ago

Hi,

This is more a UI request, everyone need a different string format. So I may not include this request in the library.

Anyway, you can simply use DateComponentsFormatter: https://stackoverflow.com/a/43890305/5144603

ArbabR commented 6 years ago

Hi

Sure I'll look into it. Thanks for the help.