我的UIViewController,我添加到UIViewControler與此:發佈的UIViewController給予例外
ReportViewController *reportVC = [[ReportViewController alloc]initWithNibName:@"ReportViewController" bundle:nil];
[self.view addSubview:reportVC.view];
,我嘗試這行後添加
[reportVC release];
,我也得到exepction當我嘗試刪除這個報告VC.view與
[self.view removeFromSuperview];
我發佈錯誤,而這樣釋放它嗎?
如何發佈異常? – borrrden 2013-05-13 01:20:56
在您的項目中使用ARC – Anil 2013-05-13 04:01:49