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. - Parameter viewController: A UIViewController to present the dialog from, if appropriate. - Parameter content: The content to be shared. - Parameter delegate: The receiver’s delegate.
+ (instancetype)showFromViewController:(UIViewController *)viewController withContent:(id<FBSDKSharingContent>)content delegate:(id<FBSDKSharingDelegate>)delegate
Declared In
FBSDKShareDialog.h