FBViewControllerDelegate
Cette classe n’est plus disponible dans la version la plus récente du SDK.
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière 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
Méthodes d’instance
facebookViewControllerCancelWasPressed:

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

ParamètreDescription
sender

The view controller sending the message.

- (void) facebookViewControllerCancelWasPressed:(id)sender;
Déclaré dans : FBViewController.h
facebookViewControllerDoneWasPressed:

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

ParamètreDescription
sender

The view controller sending the message.

- (void) facebookViewControllerDoneWasPressed:(id)sender;
Déclaré dans : FBViewController.h