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