这是调用代码:
[[NSNotificationCenter defaultCenter] postNotificationName:UIApplicationDidReceiveMemoryWarningNotification
object:[UIApplication sharedApplication]];
它不能applicationDidReceiveMemoryWarning:从调用UIApplicationDelegate。
哪里不对了?
