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 中进入前台时显示相同的时间?
一种简单的方法是将日期保存到应用程序委托applicationDidEnterBackground:方法中的 NSUserDefaults 中,然后将默认日期的日期与applicationWillEnterForeground:方法中的当前日期进行比较。这对你有用吗?
applicationDidEnterBackground:
applicationWillEnterForeground: