FBViewControllerDelegate
Diese Klasse ist in der neuesten Version des SDKs nicht mehr verfügbar.
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

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
Instance-Methoden
facebookViewControllerCancelWasPressed:

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

ParameterBeschreibung
sender

The view controller sending the message.

- (void) facebookViewControllerCancelWasPressed:(id)sender;
Deklariert in: FBViewController.h
facebookViewControllerDoneWasPressed:

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

ParameterBeschreibung
sender

The view controller sending the message.

- (void) facebookViewControllerDoneWasPressed:(id)sender;
Deklariert in: FBViewController.h