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