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

内存警告

时间:2014-10-29 16:28:30      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:io   os   ar   sp   on   bs   ef   as   type   

告警等级

系统有四种内存警告,定义如下:

    typedef enum {

        OSMemoryNotificationLevelAny      = -1,

        OSMemoryNotificationLevelNormal   =  0,

        OSMemoryNotificationLevelWarning  =  1,

        OSMemoryNotificationLevelUrgent   =  2,

        OSMemoryNotificationLevelCritical =  3

    } OSMemoryNotificationLevel;

内存警告通知:

UIApplicationDidReceiveMemoryWarningNotification

内存警告

标签:io   os   ar   sp   on   bs   ef   as   type   

原文地址:http://www.cnblogs.com/ldc529/p/4059698.html

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