0
我用一個UIWebView我的應用程序連接到Gmail網絡視...如果我關閉了的viewController ..很短的時間後,我得到這個錯誤:錯誤,當我從一個UIWebView響應出口到選擇
[MailViewController respondsToSelector:]: message sent to deallocated instance 0x142c8c00
我也嘗試使用方法:
- (IBAction)close:(id)sender{
[web stopLoading];
[self dismissModalViewControllerAnimated:YES];
}
沒有任何成功...我怎樣才能解決我的問題?
不錯!什麼n00b錯誤!謝謝 –