FBViewControllerDelegate
Kelas ini tidak tersedia lagi di versi SDK terbaru.
Versi yang lebih baru dari kelas ini sudah tersedia. Lihat versi terbaru.

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
Metode Instans
facebookViewControllerCancelWasPressed:

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

ParameterKeterangan
sender

The view controller sending the message.

- (void) facebookViewControllerCancelWasPressed:(id)sender;
Dinyatakan dalam: FBViewController.h
facebookViewControllerDoneWasPressed:

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

ParameterKeterangan
sender

The view controller sending the message.

- (void) facebookViewControllerDoneWasPressed:(id)sender;
Dinyatakan dalam: FBViewController.h