【发布时间】:2014-07-04 20:20:20
【问题描述】:
我正在尝试在 Xcode 上编辑我的源代码,但我不断收到错误消息。
代码:
// Present the mail composition interface.
[self presentModalViewController:picker animated:YES];
错误:'presentModalViewController:animated:' 已弃用:在 iOS 6.0 中首次弃用
有没有办法解决这个问题?
【问题讨论】:
-
查看该方法的文档并查找不推荐使用的含义。
-
阅读文档怎么样! Deprecated UIViewController Methods
标签: objective-c