Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从我的应用程序中的特定 YouTube 频道动态拉取视频,整个过程运行良好,除了拉取视频持续时间。我可以从 YouTube 加载持续时间作为 ISO8601 字符串(即 PT1M15S),但我不知道如何将其转换为 NSString 以放入标签中。我将如何进行这种转换?
检查此链接:https ://github.com/boredzo/iso-8601-date-formatter 。这是一个 ISO8601 字符串转换器。我将它用于一个项目,它就像一个魅力:)