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.
我想知道我的 iOS 应用程序如何从远程服务器(NTP?其他..?)获取日期时间,而不是使用本地 iPad 日期时间;并在 NSDate 上对其进行转换。
谢谢
https://github.com/jbenet/ios-ntp似乎是 iOS 的 NTP 框架,它为您提供
[NSDate networkDate];