IosMemoryPressure
Implementation of MemoryPressure for iOS.
In the iOS system, NSNotificationCenter is used to monitor memory pressure states.
| iOS Notification | MemoryPressureLevel |
|:----------------------------------------|:----------------------|
| UIApplicationDidEnterBackground | Low |
| UIApplicationDidReceiveMemoryWarning | Critical |
Content copied to clipboard