我的項目中刪除,所以我不能使用保留,也沒有釋放,在視圖控制器A,I初始化的ViewController B和增加其觀點,作爲一個子視圖:EXC_BAD_ACCESS時從上海華
ViewControllerB *viewB = [[ViewControllerB alloc] init];
[self.view addSubview:viewB.view];
而且在ViewControllerB,我就這一個按鈕,當用戶點擊,視圖將從上海華盈刪除:
[self.view removeFromSuperview];
,結果是EXC_BAD_ACCESS。 請幫助我,並對我的英語感到抱歉。