FBSDKShareDialog Class Reference
Inherits from | NSObject |
Conforms to | FBSDKSharingDialog |
Declared in | FBSDKShareDialog.h |
Properties
Class Methods
showFromViewController:withContent:delegate:
Convenience method to show an FBSDKShareDialog with a fromViewController, content and a delegate.
+ (instancetype)showFromViewController:(UIViewController *)viewController withContent:(id<FBSDKSharingContent>)content delegate:(id<FBSDKSharingDelegate>)delegate
Parameters
- viewController
A UIViewController to present the dialog from, if appropriate.
- content
The content to be shared.
- delegate
The receiver’s delegate.
Declared In
FBSDKShareDialog.h