测试已测试 | ✗ |
语言语言 | 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!");
}];