【发布时间】:2013-09-13 16:55:04
【问题描述】:
我收到来自 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];
}
在与您联系之前,我尝试了您的不同解决方案, 请体谅我的歉意,我是法国人,我用谷歌翻译。
在此先感谢您。
【问题讨论】:
-
self是什么类型的对象?
-
没有这个方法,是presentViewController:animated:completion:
标签: ios objective-c cocoa-touch uiviewcontroller