iOS常见问题(3)

一、发现不少人在给成员变量初始化的时候,容易进错一个方法去初始化。 1 //注意这个方法只有在内存发生警告的时候才会调用。 2 - (void)didReceiveMemoryWarning 3 { 4 [super didReceiveMemoryWarning]; 5 // Dispose of any resources that can be recreated.
相关文章
相关标签/搜索