watchOS 2 上是否有等效的 UIApplicationDidReceiveMemoryWarningNotification?
Is there an equivalent of UIApplicationDidReceiveMemoryWarningNotification on watchOS 2?
watchOS 2 上是否有 UIApplicationDidReceiveMemoryWarningNotification
的等价物?
我正在努力将缓存功能从 iOS 移植到 watchOS 2 并希望重新创建清除缓存功能,但还没有找到检查低内存警告的方法。
不,手表上没有等效项。当超过硬内存限制时,手表应用程序和扩展程序将终止。
有关详细信息,请参阅 Understanding Memory Usage Limits for WatchKit Apps and Extensions。
watchOS 2 上是否有 UIApplicationDidReceiveMemoryWarningNotification
的等价物?
我正在努力将缓存功能从 iOS 移植到 watchOS 2 并希望重新创建清除缓存功能,但还没有找到检查低内存警告的方法。
不,手表上没有等效项。当超过硬内存限制时,手表应用程序和扩展程序将终止。
有关详细信息,请参阅 Understanding Memory Usage Limits for WatchKit Apps and Extensions。