摘要: iPhone下每个app可用的内存是被限制的,如果一个app使用的内存超过20M,则系统会向该app发送MemoryWarning消息。收到此消息后,app必须正确处理,否则可能出错或者出现内存泄露。 app收到MemoryWarning后会调用:UIApplication::didReceive... 阅读全文
posted @ 2014-11-14 17:33 wx0123 阅读(532) 评论(0) 推荐(1) 编辑