Smart Formatting of time span

前端 未结 3 2041
抹茶落季
抹茶落季 2021-02-04 16:40

I need a method to format a NSTimeInterval (time span in seconds) into a string to produce something like \"about 10 minutes ago\", \"1h, 20min\",

3条回答
  •  你的背包
    2021-02-04 16:59

    Here is one that formats the date in the style of Facebook:

    https://github.com/nikilster/NSDate-Time-Ago

提交回复
热议问题