Guest User

Untitled

a guest
Mar 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. let sharePhoto = FBSDKSharePhoto()
  2. sharePhoto.image = image
  3.  
  4. let content = FBSDKSharePhotoContent()
  5. content.photos = [sharePhoto]
  6.  
  7. FBSDKMessageDialog.show(with: content, delegate: delegate)
Add Comment
Please, Sign In to add comment