我使用 UIWebView 将我的应用程序连接到 gmail Web 视图...如果我关闭 viewController.. 不久后我收到此错误:
[MailViewController respondsToSelector:]: message sent to deallocated instance 0x142c8c00
我也尝试使用该方法:
- (IBAction)close:(id)sender{
[web stopLoading];
[self dismissModalViewControllerAnimated:YES];
}
没有任何成功......我该如何解决我的问题?