M5ApplicationMemoryWarning 1.1.0

M5ApplicationMemoryWarning 1.1.0

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.

Usage

[NSNotificationCenter.defaultCenter addObserverForName:M5ApplicationMemoryWarning.notificationName object:nil queue:nil usingBlock:^(NSNotification *note) {
  NSLog(@"Received memory warning!");        
}];