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