摘要: 警告:value stored to value2 during its initialization is never readNSMutableArray *datesArray = [[NSMutableArray alloc]init];datesArray = [_onDemandDict... 阅读全文
posted @ 2014-04-17 15:30 ygm900 阅读(3417) 评论(0) 推荐(0) 编辑
摘要: 遇到此问题时,查看以下类的dealloc方法中是否有过度释放。可以在release前先判断以下对象是否还存在。-(void)dealloc{ if (!m_tableView) [m_tableView release]; if (!m_historySearchWordsTable) [m_hi... 阅读全文
posted @ 2014-04-17 11:31 ygm900 阅读(649) 评论(0) 推荐(0) 编辑