FBViewControllerDelegate
Lớp này không còn khả dụng trong phiên bản gần đây nhất của SDK.
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

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
Phương thức thực thể
facebookViewControllerCancelWasPressed:

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

Thông sốMô tả
sender

The view controller sending the message.

- (void) facebookViewControllerCancelWasPressed:(id)sender;
Đã tuyên bố trong: FBViewController.h
facebookViewControllerDoneWasPressed:

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

Thông sốMô tả
sender

The view controller sending the message.

- (void) facebookViewControllerDoneWasPressed:(id)sender;
Đã tuyên bố trong: FBViewController.h