0

我正在使用 NSObject 类来实现 facebook 共享,但是当我单击共享按钮时我的应用程序崩溃了,因为当前的模型视图控制器不支持返回值,请帮助我。

这是我的代码:

[self presentViewController:facebookPostVC animated:YES completion:Nil];

4

1 回答 1

0

你的类应该继承自 UIViewController 并且你应该有一个 View ,它将由另一个视图呈现,否则,如何呈现一个对象?

http://developer.apple.com/library/ios/#documentation/uikit/reference/UIViewController_Class/Reference/Reference.html

于 2013-02-22T05:31:55.753 回答