M5ApplicationMemoryWarning 1.1.0

M5ApplicationMemoryWarning 1.1.0

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布日期最新发布2015 年 5 月

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