FBViewControllerDelegate
最新版的 SDK 已不支持此类。
这个类有新版本。查看 最新版本。

The FBViewControllerDelegate protocol defines the methods called when the Cancel or Done buttons are pressed in a FBViewController.

Extends Protocol:NSObject
Declared in:FBViewController.h
实例方法
facebookViewControllerCancelWasPressed:

Called when the Cancel button is pressed on a modally-presented FBViewController.

参数描述
sender

The view controller sending the message.

- (void) facebookViewControllerCancelWasPressed:(id)sender;
声明语言: FBViewController.h
facebookViewControllerDoneWasPressed:

Called when the Done button is pressed on a modally-presented FBViewController.

参数描述
sender

The view controller sending the message.

- (void) facebookViewControllerDoneWasPressed:(id)sender;
声明语言: FBViewController.h