6
dismissModalViewControllerAnimated已弃用
我刚刚升级到XCode 4.5,将我的iOS应用更新为可在iPhone 5的4英寸显示屏上运行,但是dismissModalViewControllerAnimated:' is deprecated在行时却出现了构建错误: [self dismissModalViewControllerAnimated:NO]; 我尝试使用完成处理程序(但设置为NULL)更新为建议的重载,如下所示: [self dismissModalViewControllerAnimated:NO completion:NULL]; 但随后,此行引发了两个错误: warning: 'TabBarController' may not respond to '-presentModalViewController:animated:completion:' Instance method '-presentModalViewController:animated:completion:' not found (return type defaults to 'id') 谢谢!