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!");
}];