码迷,mamicode.com
首页 > 其他好文 > 详细

关于内存警告

时间:2016-02-03 12:41:01      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:

UIKIT_EXTERN NSString *const UIApplicationDidReceiveMemoryWarningNotification;

内存警告能够写在

- (void)didReceiveMemoryWarning

{

    

}

方法中,可是在通知中实现效率更高,警告的方法运行顺序在通知之后

[[NSNotificationCenter defaultCenter ]addObserver:self selector:@selector(memoryWarning) name:UIApplicationDidReceiveMemoryWarningNotification object:nil];



关于内存警告

标签:

原文地址:http://www.cnblogs.com/yxwkf/p/5179391.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!