标签:
- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
if ([self.view window] == nil)
{
self.view = nil;
}
注意内存!!!
原文地址:http://www.cnblogs.com/shenshanyikuchai/p/4313838.html