我收到了 Xcode 的警告:
Instance method '-presentModalViewController:animated:completion:' not found (return type defaults to 'id')
这是代码:
NewsWebViewController *sampleView = [[[NewsWebViewController alloc] init] autorelease];
[self presentModalViewController:sampleView animated:YES completion:nil];
}
在与您联系之前,我尝试了您的不同解决方案,请体谅我的歉意,我是法国人,我使用谷歌翻译进行翻译。
在你提前感谢。