CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | May 2015 |
Maintained by Mathew Huusko V.
Memory warning notification that works on iOS and Mac.
[NSNotificationCenter.defaultCenter addObserverForName:M5ApplicationMemoryWarning.notificationName object:nil queue:nil usingBlock:^(NSNotification *note) {
NSLog(@"Received memory warning!");
}];